Skip to content

Python implementation of the "Mastermind" two-player game

Notifications You must be signed in to change notification settings

LBeul/mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python implementation of the "Mastermind" two-player game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages