The first project on Hexlet: Brain Games. Program: Python developer.
"Mind Games" is a set of five console games based on popular mobile apps for brain training. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered completed. Incorrect answers end the game and prompt you to play it again.
Games:
- Calculator. Arithmetic expressions that need to be calculated.
- Progression. Finding missing numbers in a sequence of numbers.
- Determining an even number.
- Determining the greatest common divisor.
- Determining a prime number.
Сloning the GitHub repository
$ git clone https://github.com/ivanvasutinskiy/Mind-Games-Python-.git
UV Installation
$ curl -LsSf https://astral.sh/uv/install.sh | sh
$ uv sync
$ uv build
$ uv tool install dist/*.whl