This is five games' kit which let users check their mathematical and logical skills to recognize gaps in knowledge
- Make sure, that you have installed node and npm on you computer. You can inspect it by typing following commands:
node -v
,npm -v
- Clone the program on you local computer from this repository:
git clone git@github.com:nosaxa/frontend-project-lvl1.git terminal-games
- Go to the terminal games directory:
cd terminal-games
- Install all dependencies:
make install
- Make binaries links in system
sudo npm link
- Run games by typing their names:
brain-calc
,brain-even
,brain-gcd
,brain-prime
,brain-progression
- Brain-calc: display an expression and ask the result
- Brain-even: display a number and ask if it is even?
- Brain-gcd: display two numbers and ask a common greatest divisor
- Brain-prime: display a number and ask if it is prime
- Brain-progression: display a progression with hidden number and ask it