Metadata-Version: 2.4
Name: ed-game
Version: 2.0.0
Summary: Earth Defense Game
Author-email: qq-name <your@email.com>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame-ce>=2.5
Dynamic: license-file

Installing:
```bash
pip install ed-game
```
or:
```bash
pip3 install ed-game
```
Usage:
```python
import ed_game
ed_game.run()
```
or:
```bash
python -m ed-game
```
ed-game dependencies:
1.setuptools>=78.0 (is build)
2.pygame-ce >= 2.5 (core of ed-game)

Earth Defense Game - A Windows-only shooter game built with Pygame.
Currently Windows-only. Support for Android and Linux is planned for future releases.
The best is yet to come!
