Metadata-Version: 2.4
Name: ed-game
Version: 2.1.0
Summary: Earth Defense Game
Author-email: qq-name <your@email.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ed-game/ed_game
Project-URL: Bug Tracker, https://github.com/ed-game/ed_game/issues
Project-URL: Source Code, https://github.com/ed-game/ed_game
Requires-Python: >=3.11.5
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, MacOS, Linux, shooter game built with Pygame.
Support for Android is planned for future releases.
The best is yet to come!
