Skip to content

pickTD/brain-games-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain games

CI Maintainability wemake-python-styleguide

Installation

pip install --user --no-cache-dir --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple picktd-brain-games

asciicast


Games

To win, you need to correctly answer 3 questions in a row.

Brain-even

Description

You will be prompted to determine if the specified number is even or not. Answer "yes" if the number is even, otherwise answer "no".

Launch

brain-even

Gameplay

asciicast


Brain-calc

Description

Calculate the result of a mathematical expression.

Launch

brain-calc

Gameplay

asciicast


Brain-gcd

Description

Find the greatest common divisor of given numbers.

Launch

brain-gcd

Gameplay

asciicast


Brain-progression

Description

What number is missing in the progression?

Launch

brain-progression

Gameplay

asciicast


Brain-prime

Description

You will be prompted to determine if the specified number is prime or not. Answer "yes" if given number is prime. Otherwise answer "no".

Launch

brain-prime

Gameplay

asciicast