Towers of Hanoi through a Terminal User Interface.
- Write a friendly README.md file.
- Download.
- How to Play.
- Add open source license.
- Add "Contribute" file.
- Add tutorials in
docs
folder. These useMkDocs
to generate static files for the website.- Add tutorial on how to compile and debug.
- Add tutorial on how to play.
- Make the Makefile compatible with other OSes.
- Change the Makefile so it is easier to debug the program.
- Prepare templates for issues in the repository.
- Pack binaries for easy download and play.
- Clean the repository: delete
.vscode
folders and proof of concept files.
Game tasks. Implement:
- Scoring system.
- Pause functionality (during solving puzzle).
- Tutorial.
- About page in the menu.
- Finishe the journal after "Game tasks" get completed.