Skip to content

"Mind Games" - is a set of five console games, built on the principle of popular mobile applications for brain pumping.

Notifications You must be signed in to change notification settings

bjrunning/java-project-61

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

"Mind Games" - is a set of five console games, built on the principle of popular mobile applications for brain pumping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published