For launch require npm.
- clone repo in your local machine;
- hit "npm ci" (or 'make install' if you got "Make" npm-package installed)
- play!
- brain-even
- brain-calc
- brain-gcd
- brain-progression
- brain-prime
In all games you need to answer three questions. The terminal input window is used to answer.
It is necessary to determine whether the proposed number is even or odd.
Calculate result of mathematical expression.
Given a two numbers. You must to determine the number that is the greatest common divisor.
There is an arithmetic progression. Find missing element.
There is a simple (primal, he-he). Answer the number is prime or not.