Tagged Questions
3
votes
2answers
3k views
How to handle a Block World like Minecraft
I want to write a simple game with a block world like in Minecraft. My theoretical question is what is the best way to handle this block informations during playing. My first Idea was a huge array but ...