Skip to content

Zed-chi/python-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-project-lvl1

Hexlet Brain Games 1 project

It's a collection of console-based games with numbers in python:

  • Guess the number is even or not
  • Solve expression of two numbers
  • Find greatest common divider of two numbers
  • Find missing number in progression
  • Guess the number is prime or not

Maintainability

Build Status

Package on TestPypi repository

Requrements:

  • python 3.7

Installing:

>> pip install -i https://test.pypi.org/simple zedchi-brain-games --extra-index-url https://pypi.org/simple prompt

or

>> pip3 install -i https://test.pypi.org/simple zedchi-brain-games --extra-index-url https://pypi.org/simple prompt
  • After that you can run program with choosing games menu by typing in console: brain-games then you can choose game that you want.

  • Or you can run each game separately by typing in console:

    • brain-even or
    • brain-calc or
    • brain-gcd or
    • brain-progression or
    • brain-prime

Demo:

  • brain-even game:

asciicast

  • brain-calc game:

asciicast

  • brain-gcd game:

asciicast

  • brain-progression game:

asciicast

  • brain-prime game :

asciicast

  • brain-games :

asciicast

dev instructions:

make install
make lint

Hexlet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published