Skip to content

Commit 5d951d5

Browse files
update README.md
1 parent 518d2fc commit 5d951d5

File tree

1 file changed

+32
-9
lines changed

1 file changed

+32
-9
lines changed

README.md

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,40 @@
33

44
[![Maintainability](https://api.codeclimate.com/v1/badges/5e002949e4c499150d5e/maintainability)](https://codeclimate.com/github/ivanvasutinskiy/python-project-49/maintainability)
55

6-
The first project on [Hexlet](https://ru.hexlet.io/professions/python/projects/49): Brain Games. Program: Python developer.
7-
8-
### DESCRIPTION
6+
# Mind Games (Python)
97

10-
"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:
8+
The first project on [Hexlet](https://ru.hexlet.io/professions/python/projects/49): Brain Games. Program: Python developer.
119

12-
1) Calculator. Arithmetic expressions that need to be calculated.
13-
2) Progression. Finding missing numbers in a sequence of numbers.
14-
3) Determining an even number.
15-
4) Determining the greatest common divisor.
16-
5) Determining a prime number.
10+
"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.
11+
12+
Games:
13+
- Calculator. Arithmetic expressions that need to be calculated.
14+
- Progression. Finding missing numbers in a sequence of numbers.
15+
- Determining an even number.
16+
- Determining the greatest common divisor.
17+
- Determining a prime number.
18+
19+
## Installation
20+
21+
- Сloning the github repository
22+
```
23+
$ git clone [email protected]:ivanvasutinskiy/python-project-49.git
24+
```
25+
- Install make on Ubuntu
26+
```
27+
$ sudo apt install make
28+
```
29+
- UV Installation
30+
```
31+
$ curl -LsSf https://astral.sh/uv/install.sh | sh
32+
```
33+
34+
- launching the program
35+
```
36+
$ make install
37+
$ make build
38+
$ make package-install
39+
```
1740

1841
### Installation and first run:
1942

0 commit comments

Comments
 (0)