Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.78 KB

File metadata and controls

35 lines (24 loc) · 1.78 KB

"Brain Games" is a set of five console games built on the principle of popular mobile applications for brain pumping. Each game asks questions that need to be answered correctly. After three correct answers, it is considered that the game is completed. Incorrect answers end the game and offer to pass it again.

Hexlet tests and linter status:

Actions Status Actions Status

CodeClimate

Maintainability

Installation

python3 -m pip install --user --force-reinstall git+https://github.com/akocur/python-project-lvl1.git

Uninstallation

python3 -m pip uninstall hexlet-code

Demo of the brain-even game:

asciicast

Demo of the brain-calc game:

asciicast

Demo of the brain-gcd game:

asciicast

Demo of the brain-progression game:

asciicast

Demo of the brain-prime game:

asciicast