Metadata-Version: 2.4
Name: mulgogi
Version: 0.1.0
Summary: A fishing game in your terminal
Project-URL: Homepage, https://github.com/justart-dev/mulgogi
Project-URL: Repository, https://github.com/justart-dev/mulgogi
Project-URL: Issues, https://github.com/justart-dev/mulgogi/issues
Author-email: justart-dev <justart-dev@users.noreply.github.com>
License-Expression: MIT
Keywords: cli,fishing,game,terminal,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.9
Requires-Dist: textual>=0.70.0
Description-Content-Type: text/markdown

# mulgogi 🎣

A fishing game in your terminal.

```bash
pip install mulgogi
mulgogi
```

## Controls

- `←` `→`: adjust rod angle (cosmetic for now)
- `Space`: cast / hook / reel
- `q`: quit

## Development

```bash
git clone https://github.com/justart-dev/mulgogi.git
cd mulgogi
python -m venv .venv
source .venv/bin/activate
pip install -e .
mulgogi
```

## Homebrew (macOS/Linux)

```bash
brew tap justart-dev/mulgogi
brew install mulgogi
mulgogi
```
