Tagged Questions
5
votes
2answers
1k views
How to efficiently store and display a tile map on the web?
About
These are actually two questions in one. First of all I am looking for a way to efficiently store large amounts of tile data. The other aspect deals with querying the data set and displaying ...
1
vote
1answer
348 views
Best way to do a strategic map for a 4X space game on a web page?
I'm currently looking at the options regarding how to do a strategic map for a web application.
My goals here are :
a synthethic view of what's happening in a stelar system
the ability to ...
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 ...