"Brain Games" is a set of five console games inspired by popular mobile brain-boosting apps. In each game, questions are asked that need to be answered correctly. As soon as three correct answers are given, the game ends. Incorrect answers end the game and invite you to play it again.
- Brain even: determining an even number.
- Brain calculator: calculate random arithmetic expression.
- Brain gcd: determining the greatest common divisor.
- Brain progression: finding the missing element in the progression.
- Brain prime: determining prime number.
Make sure you have installed Node.js version 22.13.1 or higher.
Clone repo:
git clone [email protected]:Trickst4/fullstack-javascript-project-44.git
Install packages:
npm install