Skip to content

a88217/Brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Codeclimate Maintainability:

Maintainability

Brain games

About this project

This is a command line utility that suggests to user to play one of five mini-games. Every game contains three questions. When user answers all these questions right, he wins. Otherway, if he makes a mistake, he loses the game.

Below you can see how every game works.

Asciinema Even

The game shows to user random integer numbers. User must answer "yes" if this number is even and "no" if it is odd.

https://asciinema.org/a/BuG3i0K5NzcuDQTXKNsii42oJ

Asciinema Calc

This is the game that suggests to user to solve mathematical problems. There are only three type of question: addition, subtaction and multiplication.

https://asciinema.org/a/V47r5BGE8sXS0ooIXwrvO1V2E

Asciinema GCD

The user is shown a pair of numbers. He must find the greatest common divisor of these numbers.

https://asciinema.org/a/tAs5d0q0TJo1Y8vEx6l6fQUB9

Asciinema Progression

The game shows series of numbers forming an arithmetic progression. One of the numbers is missing. User must to guess, what is this number.

https://asciinema.org/a/RjweDegiTUyDzVR37CwT4BpQ3

Asciinema Prime

The user can see a random number. He must answer is the number prime.

https://asciinema.org/a/EhGEoF376KSQcxCMFp0ayWNTA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published