The project includes 5 games. The games are related to mathematical calculations and formulas.
Minimum requirements: Node.js >= version 18 + npm (comes with Node.js). To check the version, you can use the commands in the terminal (node -v, npm -v).
- First, you need to clone the repository -
git clone [email protected]:Azyzyyy/.fullstack-javascript-project-44.git. - Navigate to the project directory:
cd fullstack-javascript-project-44 - Install the dependencies used in the project from the package.json file. To do this, use the command -
npm install. - Next, enter the command -
npm link. - If everything is done successfully, you can run the games according to their names: -
brain-calc-brain-even-brain-gcd-brain-prime-brain-progression - The executable game files are located in -
fullstack-javascript-project-44/bin/games.
Below are the asciinemas demonstrating the game launches with different outcomes: