- brain-even - Determining an even number
- brain-calc - Calculation of arithmetic expressions
- brain-gcd - Finding the greatest common divisor
- brain-progression - Search for a missing number in the progression
- brain-prime - Definition of a prime number
This project was built using these tools:
| Tool | Description |
|---|
| uv | "An extremely fast Python package and project manager, written in Rust" |
| ruff | "An extremely fast Python linter and code formatter, written in Rust" |
#Clone the repository
git clone https://github.com/SashaPodorozhnyak/devops-engineer-from-scratch-project-49.git
# setup package
cd brain-games
make install
# start gaming
make brain-gameExamples of games can be viewed at the links below. But you can run the asciinems yourself in the terminal, which are located in the demo directory:
brain-even https://asciinema.org/a/YeIdAD58T1XxuMGQJs875JyCg
brain-calc https://asciinema.org/a/FWChTJOR0UMZ9wJTTyv33elEm
brain-gcd https://asciinema.org/a/zMAPQyLrn9TphXqHWc39uSyXM
brain-progression https://asciinema.org/a/sNNJr3uoJJfVpGK0pYVxqi0z3
brain-prime https://asciinema.org/a/ddP4mKravtdScsryBrlmJ3jKA
OR in terminal
#example brain-even
make play-brain-even
...This repository was created as part of a project for learning on the Hexlet platform.