You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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".
Demonstration of the game 'Calculator'
"Calculator": shows you an expression that you need to solve and write your answer.
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.
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.
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".