Skip to content

mnogom/python-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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