Skip to content

polina-belyakaeva/frontend-project-44

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability

Brain-games


Brain Games is a set of five console arithmetics games. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered to be completed. Wrong answers end the game and offer to play it again.

🎮 What games are provided here? There are examples of winning (first case) and losing (second case) in the videos below.

Brain-even - determining an even number. asciicast

Brain-calc - arithmetic expressions to be calculated. asciicast

Brain-gcd - determining the largest common divisor. asciicast

Brain-progression - finding missing numbers in a sequence of numbers. asciicast

Brain-prime - determining a prime number. asciicast

#Installation


The game run on a Unix-like operating system. Make sure you have Node.js and npm installed run the following commands:

    node -v
    npm -v

Node.js v13.0.0 or higher must be installed to run the game.

To install the Brain-games:

  1. Clone the repository git clone [email protected]:polina-belyakaeva/frontend-project-44.git
  2. Go to repository directory cd frontend-project-44
  3. Install dependencies make install
  4. Install the package npm link

👾 Enjoy the game!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published