Skip to content

Set of five mini games presented as CLI utilities

Notifications You must be signed in to change notification settings

alllexxx1/brain-games

Repository files navigation

Typing SVG

Hexlet tests and linter status:

Actions Status


📎 Project description

'Brain Games' is a set of five mini-games. Each game has three rounds. You win if you answer correctly three times in a row. Wrong answer - game over

📌 Brain-even

There is a number. You must answer 'yes' if number is even and 'no' is number is odd

asciicast

📌 Brain-calc

There is a mathematical expression. You must write correct solution

asciicast

📌 Brain-gcd

There are two numbers. You must come up with greatest common divisor

asciicast

📌 Brain-progression

There is progression with a missing number. You must fill in the missing number

asciicast

📌 Brain-prime

There is a number. You must find out if this number is prime

asciicast


⚙ Installation and launch

Get and install the project:

$ git clone [email protected]:alllexxx1/python-project-49.git
$ cd ./python-project-49
$ make install

Install and launch games:

$ make build
$ make package-install
$ name-of-the-game

🐳 Via Docker:

$ docker pull okerdocker11/brain-games
$ docker run -it okerdocker11/brain-games bash
$ poetry run name-of-the-game

About

Set of five mini games presented as CLI utilities

Resources

Stars

Watchers

Forks

Packages

No packages published