16
General / Questions about making tiled game
« on: September 17, 2016, 08:15:25 pm »
Hello. I am making tiled RPG game (all action will be on tiled map with top-down view). So, questions:
1.How to draw and interact with large map (for example 1024*1024 tiles)
2.How to make mobs and player damagable? I mean how to watch when mob is attacked and when not (should I place this logic inside player, world class or somewhere)?
1.How to draw and interact with large map (for example 1024*1024 tiles)
2.How to make mobs and player damagable? I mean how to watch when mob is attacked and when not (should I place this logic inside player, world class or somewhere)?