Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.23 KB

School-SnowyPython

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.

Installation

With an existing Python IDE:

Simply open main.py and run the program

Usage example

It is a maze, so it is a small game embedded in a python launcher

Development setup

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.

Release History

  • 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

Meta

Jimmy – @Niasio_[email protected]

Distributed under the CreativeCommons CC BY 4.0 license.

MyGit

Contributing

  1. Fork it (https://github.com/Niasio/School-SnowyPython/fork)
  2. Create your feature branch (git checkout -b feature/AStarPathFinding)
  3. Commit your changes (git commit -am 'I added the f.cking A* PathFinding')
  4. Push to the branch (git push origin feature/AStarPathFinding)
  5. Create a new Pull Request