World Generator

Hai Programers!
Im new in c++
I wanna make world generator for my game.
Can anyone tell me how to make world generator that will make world like this http://i300.photobucket.com/albums/nn39/Blackheart_93/MinecraftMap.jpg
?
Please Help me... :)
I making world generator in visual c++ 2010
Easy there, you'll need to start small.
For starters, you can make a simple height map and randomly distribute circular elevations and depressions on the map.
Im new in c++...I wanna make world generator for my game.


How new are you to C++? Just starting out? If so then this task may prove to be a very daunting.

MineCraft wasn't build in a day.
Last edited on
Once you've gotten the heightmap technique working, combine it with some 3D aspects to create overhangs and such.

So you have a working 3D game that can load simple test maps? If so that puts you at an extremely huge advantage here.

More Map Info:
http://notch.tumblr.com/post/3746989361/terrain-generation-part-1
Topic archived. No new replies allowed.