Just a procedural map generator made in Python3 for fun.
For now it only creates a .ppm picture of a map with procedural generation using Perlin noise. Maybe it will be able to create a png picture later.
- Download the project
- Run pyprocgen.py with Python3
- Enter the width then the height of the map you want, in pixels
- Choose the mode you want to use and change options (optional)
- Wait during processing
- Open generated_map.ppm with your image manager, that will be create on the current folder (if it doesn't open then use your Office editor to open it)
- Enjoy :)
- User interface and code are in english.
- Comments are only in french for the time being (maybe an english version will comes later).
-
The origin of my biome decision model, from this Wikipedia page
To mindstorm38, icanwalkonwater and 0xfada for their help about a lot of things, this project probably wouldn't be nice without them.