Skip to content

BobKelsoGIT/python-project-49

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple game "Brain Games" includes 5 small games, each consisting of 3 rounds.

If you answer incorrectly, you will have to start the game over. Good luck! :)


Hexlet tests, linter status and Maintainability test:

Actions Status Maintainability

Requirements:

Installation instructions:

Python = > 3.11
git clone [email protected]:BobKelsoGIT/python-project-49.git
cd brain-games
make install
make build
make package-install

Commands to start the games:

#Parity Check:
brain-even

#Calculator:
brain-calculator

#GCD (Greatest Common Divisor):
brain-gcd

#Arithmetic Progression:
brain-progression

#Is it a Prime Number:  
brain-prime

Demonstration of the game 'Parity Check'

"Parity Check": asks you to determine whether a given number is even. You need to answer "yes" or "no".

asciicast

Demonstration of the game 'Calculator'

"Calculator": shows you an expression that you need to solve and write your answer.

asciicast

Demonstration of the game 'GCD (Greatest Common Divisor)'

"GCD (Greatest Common Divisor)": you need to determine the greatest common divisor of two numbers and write it.

asciicast

Demonstration of the game 'Arithmetic Progression'

"Arithmetic Progression": you will be presented with a sequence of numbers with one missing. You need to guess it.

asciicast

Demonstration of the game 'Is it a Prime Number?'

"Is the Number Prime?": you need to determine whether a given number is prime. You need to answer "yes" or "no".

asciicast

About

Educational Project 'Brain Games'

Resources

Stars

Watchers

Forks

Packages

No packages published