Skip to content

SuvigyaJain1/MapGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapGenerator

Flask App for generating random terrains/maps with multiple variable parameters. Screenshot_20210510_110258

How to install

  1. Create a virtual environment virtualenv venv

  2. Activate the virtual environment source venv/bin/activate or (windows) venv/scripts/activate

  3. Clone the repo and cd into it git clone git@github.com:SuvigyaJain1/MapGenerator.git && cd MapGenerator

  4. Install all dependencies pip install requirements.txt

  5. Run python -m flask run

  6. The app will be running on http://localhost:5000/

Usage

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published