Skip to content

adakhor/python-project-49

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training project "Brain Games" on the Python Hexlet course

Actions Status

Description

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:

  1. Brain Even: Guess if the given number is even or not.
  2. Brain Calc: Solve simple math expressions.
  3. Brain GCD: Find the greatest common divisor of two numbers.
  4. Brain Progression: Find the missing number in the arithmetic progression.
  5. 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!

Installation

  1. 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
  1. install the package with command.
>> make setup
  1. Run the games using the command brain-<game_name>.
# example
>> brain-even

Enjoy playing and improving your cognitive skills with Brain Games!

Usage

brain-even

asciicast

brain-calc

asciicast

brain-gcd

asciicast

brain-progression

asciicast

brain-prime

asciicast

Thank you for attention!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published