Welcome to Brain Games, a collection of 5 popular console games designed to challenge and entertain your mind. Test your logic, math skills, and pattern recognition with the following games:
- Brain Even: Guess if the given number is even or not.
- Brain Calc: Solve simple math expressions.
- Brain GCD: Find the greatest common divisor of two numbers.
- Brain Progression: Find the missing number in the arithmetic progression.
- Brain Prime: Determine if the given number is prime.
To start playing, simply choose a game from the list above and follow the instructions. Have fun challenging yourself and sharpening your brain with Brain Games!
- Clone this repository to your local machine.
# via HTTPS:
>> git clone https://github.com/kamusia/python-project-49.git
# or via SSH
>> git clone git@github.com:kamusia/python-project-49.git
- install the package with command.
>> make setup
- Run the games using the command brain-<game_name>.
# example
>> brain-even
Enjoy playing and improving your cognitive skills with Brain Games!