1st year project of DUT Network & Telecommunication, made in Python. It aims to represent a maze with doors and clues. We have to get out of it to win.
With an existing Python IDE:
Simply open main.py and run the program
It is a maze, so it is a small game embedded in a python launcher
You want to join me in this sublime quest that is Python development? You can fork the GitHub project, edit the project, and send your best PullRequest that I can merge into my main branch.
- 0.1
- Program fully functional, and to the expectations of the evaluation
- Getting ready for big changes, because evaluation is not enough for me :p
Jimmy – @Niasio_ – [email protected]
Distributed under the CreativeCommons CC BY 4.0 license.
- Fork it (https://github.com/Niasio/School-SnowyPython/fork)
- Create your feature branch (
git checkout -b feature/AStarPathFinding
) - Commit your changes (
git commit -am 'I added the f.cking A* PathFinding'
) - Push to the branch (
git push origin feature/AStarPathFinding
) - Create a new Pull Request