Skip to content

pinyaevv/fullstack-javascript-project-44

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability

About the project

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).

Installation and running the games:

  1. First, you need to clone the repository - git clone [email protected]:Azyzyyy/.fullstack-javascript-project-44.git.
  2. Navigate to the project directory: cd fullstack-javascript-project-44
  3. Install the dependencies used in the project from the package.json file. To do this, use the command - npm install.
  4. Next, enter the command - npm link.
  5. If everything is done successfully, you can run the games according to their names: -brain-calc -brain-even -brain-gcd -brain-prime -brain-progression
  6. The executable game files are located in - fullstack-javascript-project-44/bin/games.

Demonstration

Below are the asciinemas demonstrating the game launches with different outcomes:

Even or odd number Calculator GCD Progression Prime Number

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published