This repository contains 6 console games that were created as the first project of the front-end developer profession. The user must answer three questions in a row correctly, then you win.
- Clone this repository
make install
- Run games:
make <game name>
example:make brain-calc
- brain-games - game welcomes the user
- brain-even - checks if a number is even
- brain-calc - calculate simple expressions
- brain-gcd - calculate the greatest common divisor of 2 numbers
- brain-prime - check a number for primality
- brain-progression - enter missing number from progression
brain-games
brain-even
brain-calc
brain-gcd
brain-prime
brain-progression