Metadata-Version: 2.4
Name: sky-intern-game
Version: 2.1.0
Summary: Sky Intern Game — terminal Tetris for the Sky intern team
Author: Sky Interns
License: MIT
Project-URL: Homepage, https://pypi.org/project/sky-intern-game/
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: Pillow>=10.0

# Sky Intern Game

Terminal Tetris for the Sky intern team.

## Install & play

```bash
pip install sky-intern-game
sky-game
```

If `sky-game` is not found on PATH:

```bash
python -m tetris.cli
```

Needs Python 3.10+ and a colour terminal (~80×28 or larger).

## Uninstall

```bash
pip uninstall sky-intern-game
```
