"Brain games" is a set of five console games. Each game asks questions that must be answered correctly. After three correct answers, the game is considered completed. Wrong answers end the game and prompt you to play it again.
npm
node.js
make install
npm link
You need to determine whether a number is even or not.
to start:
brain-even
You need to calculate the result of the expression.
to start:
brain-calc
Find the greatest common divisor of two numbers.
to start:
brain-gcd
Determine if a number is prime.
Prime numbers are numbers that have only two factors: 1 and themselves.
to start:
brain-prime
You need to determine which number is missing in the progression.
to start:
brain-progression