Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.06 KB

File metadata and controls

53 lines (35 loc) · 2.06 KB

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 git@github.com: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!