c# - Creating a 3D map out of blocks -


for game i'm creating, want make map out of blocks, minecraft. won't randomly generated , wont infinite. it's going basic, large. there programs out there can me this? i'm looking simple really. idea make map 500x500 blocks start with, , keep putting blocks on top of each other create mountains , hills. other thing is, block type matter within game. you'll able destroy pieces of mountain, i'd have figure out how create properties blocks within code

you should take @ techcraft engine http://techcraft.codeplex.com - xna based minecraft style engine give idea of how handle drawing , storing map.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -