This repository contains 5 logic games. To win, you need to answer 3 questions correctly.
To run the project correctly, you need to:
- Install Node.js (instructions)
- Clone the repository locally using the command:
git clone [email protected]:Amaliiya/fullstack-javascript-project-44.git - Run the command
make install - Run the command
npm link
To launch a game from the list below, enter the command make game-name.
- "brain-even" - Game: "Even or Odd Check"
- "brain-calc" - Game: "Calculator"
- "brain-gcd" - Game: "Greatest Common Divisor"
- "brain-progression" - Game: "Arithmetic Progression"
- "brain-prime" - Game: "Is It a Prime Number?"