"Brain Games" is a set of five console games inspired by popular mobile brain-pumping apps. Each game asks questions to be answered correctly. Once three correct answers are given, the game ends. Incorrect answers end the game and prompt you to play it again.
The games are:
- Brain even: determining an even number.
- Brain prime: determining a prime number.
- Brain gcd: determining the greatest common divisor.
- Brain calculator: calculate random arithmetic expressions.
- Brain progression: find missing numbers in a number sequence.
Make sure you have installed Node.js version 13 or higher.
- Clone repo:
git clone git@github.com:chickenzombie/frontend-project-lvl1.git
- Change directory:
cd frontend-project-lvl1
- Install packages:
install
To start the game type:
brain-even
To start the game type:
brain-prime
To start the game type:
brain-gcd
To start the game type:
brain-calc
To start the game type:
brain-progression