= Установка и запуск игры Brain Games
== Установка пакета
Для установки пакета используйте команду:
npm install -g brain-games
== Запуск игры
После установки запустите игру с помощью команды:
brain-games
== Пример игры
=== Начало игры
Welcome to Brain Games! Answer the questions correctly to win.
=== Пример победы
- Вопрос: Сколько будет 2 + 2?
- Ответ: 4
Correct! Well done!
- Вопрос: Какой цвет у неба?
- Ответ: голубой
Correct! You won the game!
=== Пример поражения
- Вопрос: Сколько будет 5 - 3?
- Ответ: 1
Wrong answer! Try again!
Для запуска игры используйте команду:
brain-calc
Welcome to the Brain Games! May I have your name? Sam Hello, Sam! What is the result of the expression? Question: 4 + 10 Your answer: 14 Correct!
This is a game where you need to identify the missing number in an arithmetic progression.
Run the game with:
npx brain-progression
## Brain-prime
This is a game where you need to determine if a given number is prime.
### How to play
Run the game with:
```bash
npx brain-prime
You will be presented with a number and need to answer "yes" if the number is prime, and "no" otherwise.
Example
Question: 7 Your answer: yes Correct!
Question: 8 Your answer: no Correct!
== Ссылка на игру
Вы можете найти проект на GitHub: [Brain Games](https://github.com/vadimkulishov/frontend-project-44)