Skip to content

irisraine/python-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain games

Hexlet tests and linter status:

Actions Status Maintainability

Description

Educational project. The set of five simple console math games.

Installation

  1. Clone git repository to your local machine: git clone git@github.com:irisraine/python-project-lvl1.git
  2. Go to the game directory: cd python-project-lvl1
  3. You must have Poetry to build the project. Use poetry build command for creating the package.
  4. For installation use python3 -m pip install --user dist/*.whl command, or make package-install

Run

Use the following commands to launch a specific game

  1. "Is even" game: use command brain-even
  2. "Calculation" game: use command brain-calc
  3. "Greatest common divisor" game: use command brain-gcd
  4. "Progression" game: use command brain-progression
  5. "Is prime" game: use command brain-prime

Demonstraion

"Is even" installation and gameplay: asciicast

"Calculation" gameplay: asciicast

"Greatest common divisor" gameplay: asciicast

"Progression" gameplay: asciicast

"Is prime" gameplay: asciicast

About

The set of five simple math games

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published