Skip to content

Roman3455/java-project-61

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published