Skip to content

Is a small project, consists of 5 console games for main pumping

Notifications You must be signed in to change notification settings

DariaPolubenko/mind-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Mind Games

Actions Status Maintainability

Description

Mind Games is a small project, consists of 5 console games for main pumping. Each game asks 3 math questions and you must answer them correctly. If the answer is incorrect, it is interrupted and you are asked to go through it again.

Included games:

  1. Even - even parity check
  2. Calc (calculator) - arithmetic expressions
  3. GCD (greatest common divisor) - finding common greatest divisor
  4. Progression (arithmetic progression) - finding missing numbers in a sequence
  5. Prime - determining a prime number

How to install

In the console, type the command

git clone git@github.com:DariaPolubenko/mind-games.git

Start

In the console, type the command

cd mind-games/app
make install
make run-dist

Games demo:

"Even"

asciicast

"Сalculator"

asciicast

"Greatest common divisor"

asciicast

"Arithmetic progression"

asciicast

"Prime"

asciicast

About

Is a small project, consists of 5 console games for main pumping

Resources

Stars

Watchers

Forks

Packages

No packages published