Metadata-Version: 2.4
Name: ed-game
Version: 2.1.3
Summary: Earth Defense Game
Author-email: qq-name <your@email.com>
License-Expression: MIT
Project-URL: Homepage, https://pypi.org/project/ed-game/
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame-ce>=2.4.0
Dynamic: license-file

Installing:
```bash
pip install ed-game
```
or:
```bash
pip3 install ed-game
```
Usage:
```python
import ed_game
ed_game.run()
```

ed-game dependencies:
1.setuptools>=77.3.4 (is build)
2.pygame-ce >= 2.4.0 (core of ed-game)
3.CPython >= 3.8

Earth Defense Game - Windows uses C extension for speed; other platforms run pure Python. 
