a front-end lvl1 project
$ git clone [email protected]:Peredery/frontend-project-lvl1.git
$ cd frontend-project-lvl1.git
$ make install
$ make publish
$ make link
$ brain-even
Rule: Answer "yes" if the number is even, otherwise answer "no"
Win rule: For a win, you need correct answered by three times in one row
$ brain-calc
Rule: What is the result of the expression?
Win rule: For a win, you need correct answered by three times in one row
$ brain-gcd
Rule: Find the greatest common divisor of given numbers.
Win rule: For a win, you need correct answered by three times in one row
$ brain-progression
Rule: What number is missing in the progression?
Win rule: For a win, you need correct answered by three times in one row
$ brain-prime
Rule: Answer "yes" if given number is prime. Otherwise answer "no".
Win rule: For a win, you need correct answered by three times in one row