Python module includes welcome module - "brain-games" and 5 games:
- brain-even
- brain-calc
- brain-gcd
- brain-progression
- brain-prime
- python3 version 3.9.x
- poetry version >= 1.0.0
- clone repository to directory on your computer
- enter "make full" to install
- to play enter the name of the game
This project was built using these tools:
Tool | Description |
---|---|
poetry | "Python dependency management and packaging made easy" |
flake8 | "Python linter" |