Skip to content

user-3a9afc676c66a4ad/frontend-project-44

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability

Mind Games is a set of five console games based on the principle of popular mobile brain—boosting applications. Each game asks questions that need to be answered correctly. After three correct answers, it is considered that the game is over. Incorrect answers end the game and offer to go through it again.

Games:

  • The definition of an even number
  • Calculator. Arithmetic expressions that need to be calculated
  • Determination of the largest common divisor
  • Progression. Search for missing numbers in a sequence of numbers
  • Definition of a prime number

Minimum requirements:

node.js is not lower than version 18.0.0

Installation:

  1. Clone the repository
git clone [email protected]:user-3a9afc676c66a4ad/frontend-project-44.git
  1. Run the command
make install
  1. Run the command in the root directory Mind Games
npm link

To start the games, use the commands:

  • brain-even
  • brain-calc
  • brain-gcd
  • brain-progression
  • brain-prime

An example of installing and playing brain-even

asciicast

An example of a brain-calc game

asciicast

An example of a brain-gcd game

asciicast

An example of a brain-progression game

asciicast

An example of a brain-prime game

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published