Python Source Code of the "Superhirn" (Mastermind) CLI Game.
.gitignoreis set up to ignore all OS-specific files as well as IDE configs and python binaries.editorconfigsets project-wide consistent coding styles- per default active in PyCharm
- needs to be activated within VSCode (here's how)
- Activate format on save to automatically reformat violated style conventions
- PyCharm: Settings -> Tools -> Actions on Save -> Reformat Code
Precondition:
- python and pip installed
- Download this repo
- navigate to the root folder of this project ->
cd your_path/WISE23-24_SUPERHIRN_13 - run install.py ->
python3 install.py - run main.py ->
python3 main.py