This project contains several games with arithmetic questions. During the game user receives questions. If the user gave 3 correct answers in a row, the game ends successfully, but if at least 1 question was answered incorrectly during the game, the game ends with a loss.
- Linux
- Python (3.6 or later)
- PIP
- Poetry
- GIT
Open your terminal and type:
git clone https://github.com/Labidahrom/python-project-lvl1
cd python-project-lvl1
make package-install
After installation, all games will be available for launch from the terminal by commands:
brain-even
brain-calc
brain-progression
brain-gcd
brain-prime