Metadata-Version: 2.4
Name: dhengine
Version: 0.1.0
Summary: DhEngine: Lightweight Python game engine built on pygame
Author: Ayaan Dhalait
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame>=2.6.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# DhEngine

DhEngine is a lightweight Python game engine built on top of pygame.

It provides:
- Window, Clock, and Event management
- Sprites, Groups, and Scenes
- Physics, Camera, UI, Audio, Assets
- ECS, Tilemaps, Animations, and Effects

Created by Ayaan Dhalait.
