The following repository contains several console games that were build to check my first coding skills, that i've learned with first module on Hexlet Frontend with JavaScript. You can win by successfully answering 3 questions in a row in the selected game.
Before running the games do next actions:
- Check the current updates for database with available packages: enter command line
apt update
- Install Node.js package: enter command line
apt install nodejs
- Upgrade Node.js to the latest version: enter command line
apt upgrade nodejs
- To allow you to install modules and packages with Node.js, install npm package: enter command line
apt install npm
- Clone this repository by SSH key:
[email protected]:Wenn911/frontend-project-lvl1.git
- Add and check depencies: enter command line
make install
- Run games: enter command line
make *game name*
- Brain-Games - game with introduction
- Brain-Even - check a number for evenness
- Brain-Calc - calculate simple expressions
- Brain-GCD - calculate the greatest common divisor of 2 numbers
- Brain-Prime - check a number for primality
- Brain-Progression - calculate and enter missing number from progression