Skip to content

yokonohana/frontend-project-44

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Brain games

A set of small games that develop thinking. The game consists of 3 questions. If you get the maximum number of correct answers, you win, if not, you lose.

    Presented games:
  • Calculator. Arithmetic expressions that need to be calculated.
  • Progression. Search for missing numbers in a sequence of numbers.
  • Definition of an even number.
  • Finding the Greatest Common Divisor.
  • Definition of a prime number.

Install

git clone https://github.com/use-lie-die/frontend-project-44.git
cd frontend-project-44
make install
npm install
npm link

Games

  • Brain "Calculator"

    It is necessary to calculate the sum, difference or composition of two numbers

    Starting the game

    brain-calc

    Presents

  • Brain "Unknown member of an arithmetic progression"

    It is necessary to calculate which number is "hidden" in the arithmetic progression

    Starting the game

    brain-prog

    Presents

  • Brain "Parity check"

    It is necessary to determine the parity of the number

    Starting the game

    brain-even

    Presents

  • Brain "Greatest Common Divisor"

    It is necessary to determine the greatest common divisor of two numbers

    Starting the game

    brain-gcd

    Presents

  • Brain "The Number is prime?"

    It is necessary to determine whether the number is prime

    Starting the game

    brain-prime

    Presents

About

A few mini games

Resources

Stars

Watchers

Forks

Packages

No packages published