Skip to content

Brain Games is a project that consists of five console games. Train your brain and have fun! :)

Notifications You must be signed in to change notification settings

chickenzombie/Brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests:

Actions Status

Linter status:

Maintainability

Project decription

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

How to install

Make sure you have installed Node.js version 13 or higher.

  1. Clone repo:
git clone git@github.com:chickenzombie/frontend-project-lvl1.git
  1. Change directory:
cd frontend-project-lvl1
  1. Install packages:
install

Game descriptions

1. Brain even.

To start the game type:

brain-even

asciicast

2. Brain prime.

To start the game type:

brain-prime

asciicast

3. Brain gcd.

To start the game type:

brain-gcd

asciicast

4. Brain calculator.

To start the game type:

brain-calc

asciicast

5. Brain progression.

To start the game type:

brain-progression

asciicast

About

Brain Games is a project that consists of five console games. Train your brain and have fun! :)

Resources

Stars

Watchers

Forks

Packages

No packages published