'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
There is a number. You must answer 'yes' if number is even and 'no' is number is odd
There is a mathematical expression. You must write correct solution
There are two numbers. You must come up with greatest common divisor
There is progression with a missing number. You must fill in the missing number
There is a number. You must find out if this number is prime
$ git clone git@github.com:alllexxx1/python-project-49.git
$ cd ./python-project-49
$ make install
$ make build
$ make package-install
$ name-of-the-game
$ docker pull okerdocker11/brain-games
$ docker run -it okerdocker11/brain-games bash
$ poetry run name-of-the-game