Skip to content

lytic11-web/python-project-49

Repository files navigation

Hexlet tests and linter status:

Actions Status Quality Gate Status Bugs Code Smells Duplicated Lines (%) Lines of Code Reliability Rating Security Rating Technical Debt Maintainability Rating Vulnerabilities

This project was built using these tools:

  • uv "An extremely fast Python package and project manager, written in Rust"
  • ruff "An extremely fast Python linter and code formatter, written in Rust"

Brain Games is a collection of five console math games. Each game presents a unique challenge to test your math skills.

Games

  1. brain-even: Determine if the number is even.
  2. brain-calc: Calculate the result of the expression.
  3. brain-gcd: Find the greatest common divisor of two numbers.
  4. brain-progression: Find the missing number in an arithmetic progression.
  5. brain-prime: Determine if the number is prime.

Requirements

  • Python >= 3.12
  • UV package manager

Setup

make package-install

How to play

After installation, you can run any of the games by typing the corresponding command in the terminal:

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

Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published