Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.21 KB

README.md

File metadata and controls

64 lines (48 loc) · 2.21 KB

Brain Games

Hexlet project

hexlet-check Maintainability

Desctiption

Small bundle of 5 games with simple mechanic. To win you need to give 3 right answers.

Games inside

  • Brain even

    Try to guess if a number is even or odd

    asciicast

  • Brain calcs

    Try to calculate a mathematical expression

    asciicast

  • Brain GCD

    Try to find the greatest common divisor

    asciicast

  • Brain progression

    Try to determine a missed number in progression

    asciicast

  • Brain prime

    Try to guess if a number is prime

    asciicast

Possible outcomes

  • Wrong answer

    asciicast
  • Right answers

    asciicast

Installation

asciicast

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

Call games

Be sure that /Users/<username>/Library/Python/3.7/bin in $PATH

$ brain-even
$ brain-calc
$ brain-gcd
$ brain-progression
$ brain-prime

Authors

student: Konstantin