Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.67 KB

File metadata and controls

39 lines (31 loc) · 1.67 KB

Hexlet tests and linter status:

Actions Status Maintainability

Description:

"Mind Games" - is a set of five console games, built on the principle of popular mobile applications for brain pumping. Each game asks math questions to which you have to give correct answers. After three correct answers the game is considered to be completed. Incorrect answers end the game and prompt you to do through it again.

Games include:

  • Greet - player greeting.
  • Even - determining an even number.
  • Calculator - arithmetic expressions to be calculated.
  • GCD - determining the greatest common divisor.
  • Progression - finding missing numbers in a sequence of numbers.
  • Prime - determining a prime number.

How to install:

git clone git@github.com:bjrunning/java-project-61.git
cd java-project-61
make -C app build

Run:

cd java-project-61/app
make run-dist

"Even"

asciicast

"Calculator"

asciicast

"GCD" (Greatest Common Divisor)

asciicast

"Progression"

asciicast

"Prime"

asciicast