Users browsing this thread: 1 Guest(s)
[PYTHON] World Map Generator
#1
A silly project I coded up that might be used for a game. It generates maps in the style of Final Fantasy (i.e. it wraps around). It is awesome Big Grin

DOWNLOAD HERE!!!

The program to run is visualizer.exe. RIght now it is a quick compile and the code pretty unoptimized (it runs in O(width*length*height)) so I wouldn't recommend running it with the max dimensions (which is 200x200x200.) Even 100x100x100 seems a delayed. The program is a command line interface, except when it displays the map. The usage should be intuitive, let me know if it's not!

Here are some examples of what it generates (they are pretty sweet!)
[Image: ArT41n3.png]

[Image: fXXPM0y.png]

[Image: 7ifMLMj.png]
Thanked by: Gors, Phaze, psychospacecow


Messages In This Thread
[PYTHON] World Map Generator - by x0_000 - 11-06-2013, 12:27 AM
RE: [PYTHON] World Map Generator - by Gors - 11-06-2013, 06:13 AM
RE: [PYTHON] World Map Generator - by Phaze - 11-06-2013, 12:50 PM
RE: [PYTHON] World Map Generator - by x0_000 - 11-06-2013, 02:11 PM
RE: [PYTHON] World Map Generator - by Gors - 11-13-2013, 05:30 AM
RE: [PYTHON] World Map Generator - by x0_000 - 11-14-2013, 12:35 AM
RE: [PYTHON] World Map Generator - by Gors - 11-14-2013, 05:22 AM
RE: [PYTHON] World Map Generator - by x0_000 - 11-14-2013, 11:43 AM
RE: [PYTHON] World Map Generator - by Kelvin - 12-03-2013, 06:47 PM

Forum Jump: