Skip to content

victormorozov1/map-generating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

map-generating

This code can generate a random map.

git clone https://github.com/victormorozov1/map-generating.git
cd map-generating
python main.py

Possible command line args:

  1. -s={your size} or --size={your size}. Size must be the power of two
  2. -c or --clouds
  3. -nw or --no_water_around

Examples

python main.py -s=8192

alt text

python main.py -s=1024 -c -nw

alt text

python main.py

alt text

You can see more examples in map_results folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages