Skip to content

Commit cc96830

Browse files
committed
translated README.md
1 parent 8f1e4ee commit cc96830

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22
[![Actions Status](https://github.com/Amaliiya/fullstack-javascript-project-44/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/Amaliiya/fullstack-javascript-project-44/actions)
33
<a href="https://codeclimate.com/github/Amaliiya/fullstack-javascript-project-44/maintainability"><img src="https://api.codeclimate.com/v1/badges/53c15be6ba8b0d110583/maintainability" /></a>
44

5-
# Описание проекта
6-
Данный репозиторий содержит 5 логических игр. Для победы нужно правильно ответить на 3 вопроса.
7-
8-
# Установка репозитория
9-
Для правильной работы проекта требуется:
10-
1. Установить Node.js (<a href = 'https://github.com/Hexlet/ru-instructions/blob/main/nodejs.md'>инструкция</a>)
11-
2. Клонировать репозиторий локально используя команду `git clone [email protected]:Amaliiya/fullstack-javascript-project-44.git`
12-
3. Выполнить команду `make install`
13-
14-
# Список игр
15-
Чтобы запустить игру из списка ниже, введите команду `make название игры`.
16-
1. "brain-even" - Игра: "Проверка на чётность"
17-
2. "brain-calc" - Игра: "Калькулятор"
18-
3. "brain-gcd" - Игра "Наименьший Общий Делитель"
19-
4. "brain-progression" - Игра "Арифметическая прогрессия"
20-
5. "brain-prime" - Игра "Простое ли число?"
21-
22-
# Превью игр
5+
# Description
6+
This repository contains 5 logic games. To win, you need to answer 3 questions correctly.
7+
8+
# Repository Setup
9+
To run the project correctly, you need to:
10+
1. Install Node.js (<a href = 'https://github.com/Hexlet/ru-instructions/blob/main/nodejs.md'>instructions</a>)
11+
2. Clone the repository locally using the command: `git clone [email protected]:Amaliiya/fullstack-javascript-project-44.git`
12+
3. Run the command `make install`
13+
4. Run the command `npm link`
14+
15+
# Game list
16+
To launch a game from the list below, enter the command `make game-name`.
17+
1. "brain-even" - Game: "Even or Odd Check"
18+
2. "brain-calc" - Game: "Calculator"
19+
3. "brain-gcd" - Game: "Greatest Common Divisor"
20+
4. "brain-progression" - Game: "Arithmetic Progression"
21+
5. "brain-prime" - Game: "Is It a Prime Number?"
22+
23+
# Preview
2324
**brain-even asciinema**
2425
[![asciicast](https://asciinema.org/a/ruMtNPAgaTik7UCUtAQnrOhWQ.svg)](https://asciinema.org/a/ruMtNPAgaTik7UCUtAQnrOhWQ)
2526

0 commit comments

Comments
 (0)