Skip to content

Treasure Hunter is a python application in which the protagonist has to find the shortest path to the treasure in the maze board. A build-in program helps the protagonist to find the shortest path. Maze board can be randomly generated of specified dimensions.

License

Notifications You must be signed in to change notification settings

ayush9304/Treasure-Hunter

Repository files navigation

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.

About

Treasure Hunter is a python application in which the protagonist has to find the shortest path to the treasure in the maze board. A build-in program helps the protagonist to find the shortest path. Maze board can be randomly generated of specified dimensions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages