Skip to content

This is the first project in the Python-developer course

Notifications You must be signed in to change notification settings

FoggySmile/python-project-49

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Games

Hexlet tests and linter status:

Actions Status Maintainability


Description

This is a set of five console games that was built on the bases of popular mobile brain training apps. Each game asks questions that need to be answered. After three correct answers, the game is considered to be completed.

Installation

Run the following command in your terminal:

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

Run games

After installation, you can play games with the following commands:

  • brain-even - determine if the number is even
  • brain-calc - determine the result of a mathematical expression
  • brain-gcd - determine the greatest common divisor of two numbers
  • brain-progression - determine missing number in arithmetic progression
  • brain-prime - determine if the number is prime

📹 Demonstration

brain-even

asciicast

brain-calc

asciicast

brain-gcd

asciicast

brain-progression

asciicast

brain-prime

asciicast

About

This is the first project in the Python-developer course

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published