Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.8 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.8 KB

Mind Games Project

“Mind Games” is a set of five console games built on the principle of popular mobile applications for brain training. Each game asks questions that must be answered correctly. After three correct answers, the game is considered completed. Wrong answers end the game and prompt you to play it again. Games:

  • Determining an even number.
  • Calculator. Arithmetic expressions that need to be calculated.
  • Determining the greatest common divisor.
  • Progression. Finding missing numbers in a sequence of numbers.
  • Determining a prime number.

Start the game

To start the game, please type the following command in the console:

make run-dist

Game examples

  1. Even number

even-game

  1. Calculator

calc-game

  1. Greatest common divisor

gcd-game

  1. Digit progression

progression-game

  1. Prime number

prime-game

Hexlet tests and linter status:

Actions Status Maintainability