Skip to content

vadimkulishov/frontend-project-44

Repository files navigation

Hexlet tests and linter status:

Actions Status

= Установка и запуск игры Brain Games

== Установка пакета

Для установки пакета используйте команду:

npm install -g brain-games

== Запуск игры

После установки запустите игру с помощью команды:

brain-games

== Пример игры

=== Начало игры

Welcome to Brain Games! Answer the questions correctly to win.

=== Пример победы

  1. Вопрос: Сколько будет 2 + 2?
    • Ответ: 4

Correct! Well done!

  1. Вопрос: Какой цвет у неба?
    • Ответ: голубой

Correct! You won the game!

=== Пример поражения

  1. Вопрос: Сколько будет 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!

Brain-progression

This is a game where you need to identify the missing number in an arithmetic progression.

How to play

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published