Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.72 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.72 KB

Brain Games

Brain Games are a series of mini-games in which you must enter the correct answer using your mental superpowers.

Maintainability Build Status

Dependencies

Brain games requires:

python 3.6.9 or higher

prompt 0.4.1 or higher

Installation

pip install -i https://test.pypi.org/simple --extra-index-url https://pypi.org/simple kotano-brain-games


Brain-games

He is the one to controll them all... asciicast

Brain-even

Answer "yes" if number even otherwise answer "no". asciicast

Brain-calc

What is the result of the expression? asciicast

Brain-gcd

Find the greatest common divisor of given numbers. asciicast

Brain-progression

What number is missing in the progression? asciicast

Brain-prime

Answer "yes" if given number is prime. Otherwise answer "no". asciicast