Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 988 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 988 Bytes

Treasure Hunter

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.

treasure-hunter

Getting Started

  • 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

      python-installer
  • 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
      

License

Licensed under the MIT License.