Metadata-Version: 2.4
Name: sky-intern-game
Version: 2.3.0
Summary: Sky Intern Arcade — Tetris + daily Most Likely To 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 arcade for the Sky intern team.

## Install & play

```bash
python -m pip install -U 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).

## Play

1. Arcade hub → pick a game  
2. **Tetris** — pick Sid / Jamie / Alex / Aroush, chase the shared board  
3. **Most Likely To** — daily funny votes; each intern plays alone; totals sync all day  

## Uninstall

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