Brain games contains of four games devoted to simple mathematic methods. The main idea is to ask user to solve small tasks for three times to win a game.
How to install and play my games:
- Clone this repository: [email protected]:Fuksin0/frontend-project-lvl1.git
- Run the command: npm ci
- Run the command: npm link
- Run one of 5 commands below to play.
User is shown a random number and his task is to say whether this number even or not.
User is shown two random numbers and he is asked to solve three different maths operations.
User is shown two random numbers and he is asked to find GCD for three times to win.
User is shown a row of numbers with one missed. User is asked to find out the missed number of this progression for three times to win.
User is shown a random number and he is asked to check whether the number is prime or not.