A collection of simple games, where you have to use a little luck >>MATH<< to give the right answer. The game consists of three rounds, in each one you have to answer correctly, otherwise, you loose!
Begin with cloning the repository into your device. See below instruction for installation as well as short descriptions of the games. In the bottom of the page there are short video clips with demonstration of the process of installation and running games.
Have fun!
Once you have the directory cloned and unpacked on your device, do the following steps:
Open the terminal window in your OS and open ../python-project-49/ directory in the terminal. Then type:
make install
make build
make package-install (This will install the package to run the game through terminal)
brain-even (To run the game)
(To choose a different game, enter the name of the game e.g. "brain-calc")
-
Brain-even - guess even number
-
Brain-calc - calculate the result of an expression
-
Brain-gcd - find the greatest common divisor of two numbers
-
Brain-progression - insert a number in progression that is missing
-
Brain-prime - guess prime number
Note
This is a student project. All credits go to Hexlet team, to whom belongs the idea and the major part of realization of this project.