make lint, make brain-games, make brain-even: https://asciinema.org/a/pwS7904IAkBWJbOyiUSkn3j4U
make brain-calc: https://asciinema.org/a/r8Hw8e7CLxCPSKtAwjVHUFBti
make brain-gcd: https://asciinema.org/a/prwyhhTVmkHHtos6hjeuPoxIT
make brain-progression: https://asciinema.org/a/p3MHCOqgK9du3SJNuYlEAlUYf
make brain-prime: https://asciinema.org/a/YY1FQnzzk85OGBPHeFVq2nqRq
Hexlet tests and linter status: Actions Status Maintainability
Brain Games is a set of five console games built for educational purposes. Each game poses a challenge that requires basic arithmetic, logic, or number theory skills.
- Python 3.13+
-
Clone the repository:
git clone [email protected]:vdzshnik001/python-project-49.git -
Navigate to the project directory:
cd brain-games -
Install the dependencies using Poetry:
make install
The project includes the following games:
Brain Even
Brain Calc
Brain GCD
Brain Progression
Brain Prime
To launch a specific game, use the following commands:
Brain Even:
make brain-even
Brain Calc:
make brain-calc
Brain GCD:
make brain-gcd
Brain Progression:
make brain-progression
Brain Prime:
make brain-prime
Build the project:
make build
Install the package:
make install
Lint the project:
make lint