You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a set of five simple mathematical console games based on popular mobile brain training apps. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered to be completed. Wrong answers end the game and offer to play it again.
Games:
Calculator. Arithmetic expressions to be evaluated.
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.
Setup
make install
Run
make brain-even
make brain-calc
make brain-gcd
make brain-progression
make brain-prime
or
Install module locally and run
npm link
brain-even
brain-calc
brain-gcd
brain-progression
brain-prime