Skip to content

maleix/mazeweaver

Repository files navigation

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

About

MazeWeaver is a small/retro PC game made with Pygame where you control some blocks (squares) and you have to find your way out of the maze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages