Metadata-Version: 2.1
Name: PiMemorizeGame
Version: 0.4
Summary: A game for learning Pi digits through various modes
Home-page: https://github.com/jkarasek/PiGame
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: pygame-ce>=2.5.2
Requires-Dist: pygame_gui>=0.6.12
Provides-Extra: pygame

# PiGame

PiGame is a fun and educational game designed to help you learn the digits of Pi through various game modes.

## Features
- **Learning Mode**: Explore Pi digits in a structured way.
- **Training Mode**: Train your memory in efficient way.
- **Challenge Mode**: Test your memory and speed.
- **High Scores**: Save and compare your best scores.

## Installation
### Install the game via pip:
```
pip install PiMemorizeGame
```
### Run executable script
```
pimemorize
```
