Metadata-Version: 2.1
Name: tcgame
Version: 1.0.0
Summary: A library with access to multiple game environments.
Home-page: https://github.com/FMengz
Author: ZhaoPJ
Author-email: zhaopj1006@foxmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6, <=3.9
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pygame
Requires-Dist: matplotlib

一款可以获得多个游戏环境的库。

#### **游戏环境介绍：**

- "path_finding"	: 寻找终点（一维巡径）
- "path_finding_2d"	: 迷宫（二维巡径）
- "flappybird"		: 飞扬的小鸟

