Metadata-Version: 2.1
Name: fih
Version: 1.1.3
Summary: Fishing in your DOS terminal with swimming emoji fish.
Author: Nathaniel Scholze
License: MIT License
        
        Copyright (c) 2026 Scholze
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: game,terminal,fishing,cli,dos
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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
Classifier: Topic :: Terminals
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# fih

`fih` is fishing in your terminal.

It draws a little water tank in text, lets you move a fishing line with your arrow keys, and sends fish swimming across the screen. Catch them with the hook to build up your totals.

## Features

- Terminal-based fishing game with a text water display
- Move the hook with the arrow keys
- Emoji fish drift across the water from either direction
- Catch tracking for `🐟`, `🐠`, `🐡`, and `🦈`
- Works as an installable PyPI package with a `fih` command

## Install

```bash
pip install fih
```

## Play

Run:

```bash
fih
```

Controls:

- `Left` / `Right`: move the line across the water
- `Up` / `Down`: raise or lower the hook
- `Q`: quit

## Notes

- A Unicode-friendly terminal is recommended so the fish and hook render nicely.
- On older Windows terminals, emoji width can vary a bit.
