Metadata-Version: 2.4
Name: mastermindpy
Version: 0.1.0
Summary: Mastermind in the terminal!
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# mastermindpy

## Options
* `--turns`
    * Number of guesses
* `--pins`
    * Number of pins to guess
* `--colours`
    * integer of how many colours are available (1-8)
* `--target`
    * Custom target for debugging

## Instructions
```basj
python mastermind.py
```
* Type 4 colours from `R G B Y W P O V` and hit enter to reveal 
* Yype exit to quit the game
