Project for the course Programming with Python 2021-2022
- CLI for playing
- GUI for playing
- Scoreboards with top scores for the GUI version
- Three classic difficulties for the GUI version
- Install just
- Install required packages:
$ just install
- Then you can run the game using:
or
$ just gui
depending on whether or not you want to use the CLI or the GUI.$ just cli