|
| 1 | +# Brain Games |
| 2 | +Python-based games that challenge your mind and develop arithmetic and logic skills. |
1 | 3 | ### Hexlet tests and linter status: |
2 | 4 | [](https://github.com/georgebespam/python-project-49/actions) |
3 | 5 |
|
4 | 6 | ### SonarQube badges |
5 | | - |
6 | 7 | [](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
| 8 | + |
7 | 9 | [](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
8 | | -[](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
9 | | -[](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
10 | 10 | [](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
| 11 | + |
11 | 12 | [](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
| 13 | + |
12 | 14 | [](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
13 | | -[](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
| 15 | + |
14 | 16 | [](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
| 17 | + |
15 | 18 | [](https://sonarcloud.io/summary/new_code?id=georgebespam_python-project-49) |
16 | 19 |
|
| 20 | +## Requirements |
| 21 | +- Python >= 3.12 |
| 22 | +- `uv` tool |
| 23 | + |
| 24 | +## Setup |
| 25 | +```bash |
| 26 | +make install |
| 27 | +``` |
| 28 | +```bash |
| 29 | +make build |
| 30 | +``` |
| 31 | +```bash |
| 32 | +make package-install |
| 33 | +``` |
| 34 | +<details> |
| 35 | +<summary>Installation demo</summary> |
| 36 | + |
17 | 37 | [](https://asciinema.org/a/x5KVoIx59V4polw1d9PxlUT3o) |
| 38 | +</details> |
| 39 | + |
| 40 | +## Games |
| 41 | +### Even Numbers |
| 42 | +Run Command: |
| 43 | +```bash |
| 44 | +brain-even |
| 45 | +``` |
| 46 | +<details> |
| 47 | +<summary>brain-even demo</summary> |
| 48 | + |
18 | 49 | [](https://asciinema.org/a/GgUENSCXAct7tcHUOLNYkEnal) |
| 50 | +</details> |
| 51 | + |
| 52 | +### Calculator Game |
| 53 | +Run Command: |
| 54 | +```bash |
| 55 | +brain-calc |
| 56 | +``` |
| 57 | +<details> |
| 58 | +<summary>brain-calc demo</summary> |
| 59 | + |
19 | 60 | [](https://asciinema.org/a/GJUylBJQn6ZD7C0y3D2nmgvZJ) |
| 61 | +</details> |
| 62 | + |
| 63 | +### GCD Challenge |
| 64 | +Run Command: |
| 65 | +```bash |
| 66 | +brain-gcd |
| 67 | +``` |
| 68 | +<details> |
| 69 | +<summary>brain-gcd demo</summary> |
| 70 | + |
20 | 71 | [](https://asciinema.org/a/0uoegM4B0XdEXatmhZkxpx4aZ) |
| 72 | +</details> |
| 73 | + |
| 74 | +### Progression Game |
| 75 | +Run Command: |
| 76 | +```bash |
| 77 | +brain-progression |
| 78 | +``` |
| 79 | +<details> |
| 80 | +<summary>brain-progression demo</summary> |
| 81 | + |
21 | 82 | [](https://asciinema.org/a/B80iGDNU3R2enqvH2GzbcoyQR) |
| 83 | +</details> |
| 84 | + |
| 85 | +### Prime Numbers |
| 86 | +Run Command: |
| 87 | +```bash |
| 88 | +brain-prime |
| 89 | +``` |
| 90 | +<details> |
| 91 | +<summary>brain-prime demo</summary> |
| 92 | + |
22 | 93 | [](https://asciinema.org/a/PDg2fhTK0rsyxoUNB6Frrz3n4) |
| 94 | +</details> |
0 commit comments