Skip to content

vdzshnik001/python-project-49

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability

Demo links

make lint, make brain-games, make brain-even: https://asciinema.org/a/pwS7904IAkBWJbOyiUSkn3j4U

Brain Games

Hexlet tests and linter status: Actions Status Maintainability

Description

Brain Games is a set of five console games built for educational purposes. Each game poses a challenge that requires basic arithmetic, logic, or number theory skills.

Minimum Requirements

  • Python 3.13+

Installation

  1. Clone the repository:

      git clone [email protected]:vdzshnik001/python-project-49.git
    
  2. Navigate to the project directory:

    cd brain-games
    
  3. Install the dependencies using Poetry:

    make install
    

Running the Games

The project includes the following games:

Brain Even

Brain Calc

Brain GCD

Brain Progression

Brain Prime

Launching a Game

To launch a specific game, use the following commands:

Brain Even:

  make brain-even

Brain Calc:

  make brain-calc

Brain GCD:

  make brain-gcd

Brain Progression:

  make brain-progression

Brain Prime:

  make brain-prime

Example Commands

Build the project:

  make build

Install the package:

  make install

Lint the project:

  make lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published