Treasure Hunter is maze solving application written in Python. This app randomly creates and visualises the maze of the given dimensions and solves it using BFS algorithm.
-
Install Python
-
Download the python 3.9.x installer from python.org
-
Install the downloaded installer and be sure to check the "Add Python 3.x to PATH" checkbox
-
-
Get the code
git clone https://github.com/ayush9304/Treasure-Hunter
-
Install Python dependencies
pip3 install -r requirements.txt
-
Run the application
- For Windows
py main.pyw
- For Mac/Linux
python3 ./main.pyw
- For Windows
Licensed under the MIT License.