TimotheeMathieu / CursedAudioMaze

Small cli linux game with maze and tilt mazes in which you navigate by ear.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CursedAudioMaze

Small cli game using curses with maze and tilt mazes in which you navigate by ear.

To install the dependencies, use

pip install -r requirements.txt

To launch the game, use

python main.py

Optional: to create your own mazes, you can use the tkinter python script maze_creator.py (left click on two cells to create wall, right click to define beginning cell and middle click to create exit). You will need to install the additional dependency tkcap to do this.

About

Small cli linux game with maze and tilt mazes in which you navigate by ear.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%