GitXplorerGitXplorer
m

mazeweaver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c9a8228d699972d5ec07c2cb4217c003fbf9d9e2

First commit

mmaleix committed 5 years ago

README

The README file for this repository.

MazeWeaver

Execute

pip3 install -r requirements.txt
python3 run_game.py

Start in a concrete level

Mostly for testing purposes, you can start the game in a concrete level

For instance:

python3 run_game.py --level 4

Make your own labyrinths

Check levels.py

Convert to exe

# Must be done in windows
pip3 install pyinstaller
pyinstaller.exe --add-data "resources;resources" run_game.py