Hexlet tests and linter status:

Actions Status Maintainability wemake-python-styleguide

Brain games

This project using the terminal helps you to play brain games

Game Goal
brain-even answer whether number is even or not
brain-calc execute some simple math operations: +, - or *
brain-gcd find greatest common divisor for two numbers
brain-prime answer whether number is prime or not
brain-progression guess hidden element of arithmetic progression

Quickstart

pip install git+https://github.com/depocoder/python-project-49.git

Running

This programm supports five scripts to play a certain game:

brain-prime
brain-even
brain-calc
brain-gcd
brain-progression

You can also use brain-games to only see the greeting.

Usage example

Brain is even

asciicast

Brain prime

asciicast

Brain calc

asciicast

Brain GCD

asciicast

Brain progression

asciicast