Page 1 of 1

Universezero's Map Generator

Posted: 2013.03.24 (01:27)
by Universezero
I have created a map generator in Python 3.3 that will randomly create a full fledged map, ready to be played (at least, most of the time it will. I take no responsibility if you happen to spawn directly over a mine). You will need to download and install Python 3.3 for it to work.

Python 3.3 Download

Here are some example maps that the program generated:







Download the attached script and run it after installing Python 3.3. It will create a file called genlvl.txt with the map data inside.

EDIT: As of 14/3/2017 I am hosting the script on my website. This may not be available in the future, but I will try keep it up as long as I can. http://leach.net.nz/docs/uznlevelgen.py

Re: Universezero's Map Generator

Posted: 2013.06.25 (00:00)
by Leonidas
Cool. I don't feel like messing with python, but the idea is awesome, and I am sure it works.