Flask App for generating random terrains/maps with multiple variable parameters.
-
Create a virtual environment
virtualenv venv
-
Activate the virtual environment
source venv/bin/activate
or (windows)venv/scripts/activate
-
Clone the repo and cd into it
git clone [email protected]:SuvigyaJain1/MapGenerator.git && cd MapGenerator
-
Install all dependencies
pip install requirements.txt
-
Run
python -m flask run
-
The app will be running on http://localhost:5000/
- Set the paramters to sensible values
- Note that distribution values should add up to 1
- Click set params to update the parameters
- Click generate and wait for image to update. If it doesn't automatically then reload page