Tagged Questions
2
votes
1answer
343 views
2D/Isometric map algorithm
First of all, I don't have much experience on game development but I do have experience on development. I do know how to make a map, but I don't know if my solution is a normal or a hacky solution. I ...
0
votes
0answers
831 views
HTML5 game engine for a 2D or 2.5D RPG style “map walk” [closed]
please help me to choose a HTML5 game engine or Javascript libraries
I want to do the following in the game:
when the game starts a part the huge map (full size of the map: about 7 screens) is ...
5
votes
1answer
459 views
How to insert and remove blocks quickly in a Minecraftian world?
I currently have volume data for the world stored as an array of booleans. I then check each empty block and if it has non-empty neighbors the faces get drawn. This prevents me from sending a bunch ...