Skip to content

GitUserMaxim/php-project-45

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain games

Brain games is a set of five console games built on the principle of popular mobile brain training applications. Each game poses questions that require correct answers. After three correct answers, the game is considered passed. Incorrect answers end the game and offer to start over.

The games are:

  • Calculator: Arithmetic expressions that need to be computed.
  • Progression: Finding missing numbers in a sequence of numbers.
  • Even Numbers: Determining even numbers.
  • Greatest Common Divisor: Finding the greatest common divisor (GCD).
  • Prime Numbers: Determining prime numbers.

Install game:

$ git clone https://github.com/GitUserMaxim/php-project-45gi

$ make install

Launch games:

  • Calculator: $ make brain-calc

  • Progression: $ make brain-progression

  • Even Numbers: $ make brain-even

  • Greatest Common Divisor: $ make brain-gcd

  • Prime Numbers: $ make brain-prime

Hexlet tests and linter status:

Actions Status

Maintainability

Game - Prime Numbers: asciicast

Game - Calculator: asciicast

Game - Greatest Common Divisor: asciicast

Game - Progression: asciicast

Game - Even Numbers: asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors