Metadata-Version: 2.1
Name: 2rage-brain-games
Version: 1.0.2
Summary: 2rage-brain-games is a set of console-based brain games built in Python. Each game provides a different mental challenge, ranging from calculations and number theory to recognition of even numbers. The project includes games like 'brain-even', 'brain-calc', 'brain-gcd', 'brain-progression', and 'brain-prime'. Test your mental agility and have fun with this collection of games!
Author: 2rage
Author-email: the2rage@icloud.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: prompt (>=0.4.1,<0.5.0)
Description-Content-Type: text/markdown

# Brain Games by 2rage

[![Actions Status](https://github.com/2rage/python-project-49/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/2rage/python-project-49/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/3c56e6a4dd58dc81c322/maintainability)](https://codeclimate.com/github/2rage/python-project-49/maintainability)


Brain Games is a set of console-based brain games built in Python. Each game provides a different mental challenge, ranging from calculations and number theory to recognition of even numbers.

## Prerequisites

- Python package manager: `pipx` (recommended) or `pip`
- For building the app: `poetry`

## Installation

```bash
pipx install 2rage-brain-games
```

or

```bash
pip install 2rage-brain-games
```

## Building the App

```bash
make build
```

Built sources will be available in the `dist/` directory.


## Example of the App in Action

[![asciicast](https://asciinema.org/a/IfJHE2lYhNLnDvfwTb7gxc0iL.svg)](https://asciinema.org/a/IfJHE2lYhNLnDvfwTb7gxc0iL)

