Skip to content

PavelZ94/python-project-49

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Maintainability

BRAIN GAMES

This is my first project on hexlet python-developer course.

The project contains 5 simple console math games:

  • Determining is the number even or not;
  • Simple calculator;
  • Determining the greatest common divisor;
  • Determining the hided element in progression;
  • Determining is the number prime or not.

Installation:

To install the package you should have:

  • Python 3.10+
  • poetry

After you are sure that all programs are installed:

git clone git@github.com:PavelZ94/python-project-49.git
cd python-project-49/
make install

Commands to start games:

brain-even
brain-calc
brain-gcd
brain-progression
brain-prime

Other useful commands:

  • make lint - Cheking code with linter

brain-even: asciicast

brain-calc: asciicast

brain-gcd asciicast

brain-progression asciicast

brain-prime asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published