Brain Games
This project consist of 5 console games.
First, you need to install npm. Run make install
in the project directory.
Then generate build of the package running command make publish
.
After that you can install brain-games locally using npm link
in the project directory.
To start first game run command
brain-even
This is how the game looks like
To start second game run command
brain-calc
This is how the game looks like
To start third game run command
brain-gcd
This is how the third game looks like
To start forth game run command
brain-progression
This is how the forth game looks like
To start fifth game run command
brain-prime