Metadata-Version: 2.4
Name: fish-game
Version: 0.1.0
Summary: A simple pygame fish game
Author: Your Name
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pygame>=2.5

# 大鱼吃小鱼游戏项目
## 项目介绍
基于Python pygame开发的大鱼吃小鱼游戏，封装为可复用的Python库，支持独立运行。

## 运行环境
- Python 3.7+
- pygame 2.0+

## 安装依赖
```bash
pip install pygame
s
