Welcome to the wonderful world of simple console games!
In this repository you can find out five different games for all family :)
To start playing you need to install games on your PC. I will lead you along this way step by step. Just follow these steps and you will succeed:
- open terminal on your PC
- type
npm i -g backend-project-lvl1-maksdk
- push
enter
button and wait until the game is established
Below you can see the video guide how it works:
To start play the game you need to do a couple of steps:
- open terminal on your PC
- type name of game what you want to play
- push
enter
button and game will be ran
Task: find all even numbers of the proposed variants.
Command to launch: brain-even
Watch the example how to launch and play:
Task: give the correct result of math operations.
Command to launch: brain-calc
Watch the example how to launch and play:
Task: find the greatest common divisor of given numbers.
Command to launch: brain-gcd
Watch the example how to launch and play:
Task: find the missing number in the progression of numbers.
Command to launch: brain-progression
Watch the example how to launch and play:
Task: find all prime numbers of the proposed variants.
Command to launch: brain-prime
Watch the example how to launch and play: