Skip to content

byMystick/Brain_Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Instructions to start the games:

Install the package

$ python3 -m pip install --user git+https://github.com/byMystick/python-project-49

Try playing math mini games. Each game has its own instructions inside.

$ brain-even: Answer "yes" if the number is even, otherwise answer "no".

$ brain-calc: What is the result of the expression?

$ brain-gcd: Find the greatest common divisor of given numbers.

$ brain-progression: What number is missing in the progression?

$ brain-prime: Answer "yes" if given number is prime. Otherwise answer "no".


Installation if you developer:

Clone the repository $ git clone [email protected]:byMystick/python-project-49.git

Use make (Makefile):

Environment setup, dependency installation $ make install

Package assembly $ make build

Publish package $ make publish

Package install $ make package-install

Video of Makefile commands and launching games :

Makefile and brain-even

brain-calc

brain-gcd

brain-progression

brain-prime

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors