Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.87 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.87 KB

Brain-games

Description

Python module includes welcome module - "brain-games" and 5 games:

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

Requirements

  • python3 version 3.9.x
  • poetry version >= 1.0.0

Installation and usage

  • clone repository to directory on your computer
  • enter "make full" to install
  • to play enter the name of the game

Links

This project was built using these tools:

Tool Description
poetry "Python dependency management and packaging made easy"
flake8 "Python linter"

Hexlet tests and linter status:

Actions Status Github Actions Status