Skip to content

AnastasiaTimoshe/python-project-49

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability

Brain games

Hexlet educational project "Brain Games" is a set of five console games based on the popular mobile brain-pumping apps. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered completed. Incorrect answers end the game and prompt you to play it again.

Requirements

Python version 3.6 or above. Poetry version 1.2.0 or above. Pip version 19.0 or above.

Install

1. Clone the project - git clone [email protected]:AnastasiaTimoshe/python-project-49.git
2. Install package to poetry's .venv - make install 
3. Publish project - make publish 
4. Install project on your computer - make package-install

Games

Brain Even

Answer "yes" if the number is even, otherwise answer "no".

asciicast

Brain Calculator

Answer what is the result of the expression?

asciicast

Brain GCD

Answer what is the greatest common divisor of given numbers.

asciicast

Brain Progression

Answer what number is missing in the progression?

asciicast

Brain Prime

Answer "yes" if given number is prime, otherwise answer "no".

asciicast


Good luck and have a fun game!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published