Hexlet project
Small bundle of 5 games with simple mechanic. To win you need to give 3 right answers.
-
Try to guess if a number is even or odd
-
Try to calculate a mathematical expression
-
Try to find the greatest common divisor
-
Try to determine a missed number in progression
-
Try to guess if a number is prime
Deprecated
$ pip3 install -i https://test.pypi.org/simple/konstantin-hexlet-code
pip3 install --upgrade git+https://github.com/mnogom/python-project-lvl2.git
To upgrade use --upgrade tag in the end of command
Be sure that /Users/<username>/Library/Python/3.7/bin in $PATH
$ brain-even
$ brain-calc
$ brain-gcd
$ brain-progression
$ brain-prime
student: Konstantin