Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 847 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 847 Bytes

Mastermind

Python Source Code of the "Superhirn" (Mastermind) CLI Game.

Environment Details

  • .gitignore is set up to ignore all OS-specific files as well as IDE configs and python binaries
  • .editorconfig sets project-wide consistent coding styles
    • per default active in PyCharm
    • needs to be activated within VSCode (here's how)

Helpful IDE hacks

  • Activate format on save to automatically reformat violated style conventions
    • PyCharm: Settings -> Tools -> Actions on Save -> Reformat Code

How to install

Precondition:

  • python and pip installed
  1. Download this repo
  2. navigate to the root folder of this project -> cd your_path/WISE23-24_SUPERHIRN_13
  3. run install.py -> python3 install.py
  4. run main.py -> python3 main.py