Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Brain Games

Actions Status Maintainability

This project is a collection of five concole games. In each game, it is necessary to answer a number of questions correctly in order to complete the game. The game ends if three correct answers are given. Incorrect answers end the game immediately.

Installing

git clone git@github.com:fedorovaea18/Brain_Games.git
cd Brain_Games/app
make run

Run checkstyle

make lint

Examples of usage:

Even

This game shows the user a random number. And he needs to answer "yes" if the number is even, or "no" if it is odd.

asciicast

Calculator

This game shows the user a random mathematical expression that needs to be calculated and written down the correct answer. There are only three type of question: addition, subtaction and multiplication.

asciicast

GCD

This game shows the user two random numbers. He must find the largest common divisor of these numbers.

asciicast

Progression

This game shows a series of numbers forming an arithmetic progression by missing any of the numbers. The user must guess this number.

asciicast

Prime

This game shows the user a random number. He must answer is the number prime.

asciicast

About

The collection of math and logic console games

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages