Training JavaScript project with simple console games.
make install
npm link
In this game you need to answer "yes" if the number is even, otherwise answer "no".
How to run:
brain-even
or
make brain-even
Video demonstration:
In this game you need to calculate the expression and enter the result.
How to run:
brain-calc
or
make brain-calc
Video demonstration:
In this game you need to find the greatest common divisor of given numbers.
How to run:
brain-gcd
or
make brain-gcd
Video demonstration:
In this game you need to find number that missing in the progression.
How to run:
brain-progression
or
make brain-progression
Video demonstration:
In this game you need to answer "yes" if given number is prime. Otherwise answer "no".
How to run:
brain-prime
or
make brain-prime
Video demonstration: