Skip to content

ygracoord/Brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Brain Games

Set of 5 games with mathematical thinking.

Installation:

git clone https://github.com/ygracoord/python-project-49.git
cd python-project-49
make package-install

Game 1 - Even

Rules: The user is given a random number and have to answer 'yes' if the number is even.

Command to start: brain-even

asciicast

Game 2 - Calculator

Rules: The user receives a random mathematical expression, have to calculate and give the correct answer.

Command to start: brain-calc

asciicast

Game 3 - Greatest common divisor

Rules: The user receives two random numbers, need to calculate the greatest common divisor.

Command to start: brain-gcd

asciicast

Game 4 - Progression

Rules: The user receives random arithmetic progression with one missing number, have to enter the correct number.

Command to start: brain-progression

asciicast

Game 5 - Prime

Rules: The user is given a random number and have to answer 'yes' if the number is prime.

Command to start: brain-prime

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published