Skip to content

emp7yhead/brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintainability CI

brain-games

Description:

Project 'Brain Games' include five games:

  • Brain even - Answer "yes" if the number is even, otherwise answer "no"
  • Brain calculator - Answer what is the result of the expression?
  • Brain gcd - Answer what is the greatest common divisor of given numbers.
  • Brain progression - Answer what number is missing in the progression?
  • Brain prime - Answer "yes" if given number is prime, otherwise answer "no".

Dependencies:

  • python = "^3.9"
  • prompt = "^0.4.1"

Installation:

Use the package manager pip:

pip install --user git+https://github.com/emp7yhead/python-project-lvl1

Or

Clone repository and use poetry:

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

Work process:

asciicast

  • Brain even: brain-even

asciicast

  • Brain calculator: brain-calc

asciicast

  • Brain gcd: brain-gcd

asciicast

  • Brain progression: brain-progression

asciicast

  • Brain prime: brain-prime

asciicast

About

Project 'Brain Games'

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published