Brain Games is a similar package programm It was made for educational reasons, most reason was to improve developer skills.
You can check your matematic capabilities
- Clone repositary on your PC
git clone [email protected]:StoyingV/frontend-project-44.git
- Install dependesys If you are using utilit make type command
make install
If you do not use utilit make , make sure that you have insalled package maneger npm
npm -v
than type command
sudo npm ci
For runing you are able to use different commands, depends on game you are interested. Look below
brain-games //run greeting
brain-even // run checking even numbers game
brain-calc// run calculation game
brain-gcd// run looking for greatest common devider
brain-progression// run progression module game
brain-prime // run cheking primery of numbers game