For local start open cli and write game name
-
The task of the game: Answer "yes" if number even otherwise answer "no".
To run, enter the command: "even"
-
The task of the game: What is the result of the expression?
To run, enter the command: "calc"
-
The task of the game: Find the greatest common divisor of given numbers.
To run, enter the command: "gcd"
-
The task of the game: Balance the given number.
To run, enter the command: "balance"
-
The task of the game: What number is missing in this progression?
To run, enter the command: "progression"
-
The task of the game: Is this number prime?
To run, enter the command: "prime"
npm i nikita_ivochkin_project
MacBook-Pro-Nikita:project-lvl1-s280 nikitaivockin$ even
Welcome to the Brain Games!
Answer "yes" if number even otherwise answer "no".
May I have your name?: nikita
Hello, nikita!
Question: 33
Your answer: no
Correct!
Question: 47
Your answer: no
Correct!
Question: 84
Your answer: yes
Correct!
Congratulations, nikita!