This project is a 🕵️♂️ maze game implemented in Python using the 📦 Pyglet library. The game generates a 🕸️ maze using the 🔄 recursive backtracking algorithm and allows the player to navigate through it.
To run the game, open a terminal and use the following commands:
-
Install the required dependencies:
pip install pyglet -
Run the game:
python index.py