Skip to content

florentinl/procedural-map-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procedural map generation

This project is a demo for a procedural map generation mechanic using python and Kivy.

Running the project

To run the project, you need to have python 3.6+ installed. Then, install the dependencies using pip:

virtualenv env (or python3 -m venv env)
source env/bin/activate
pip install -r requirements.txt

Then, run the project using:

python -m GameApp

About

Python demo of procedural map generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages