Metadata-Version: 2.3
Name: pgfe
Version: 0.1.0.post2
Summary: Pygame Framework Environent. A 2D game framework that is built ontop of pygame-ce!
Author: Henry Watts
Author-email: Henry Watts <ninesideddevelopment@gmail.com>
Requires-Dist: pygame-ce
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# So what is pgfe?

pgfe (short for Pygame Framework Environment) is a framework / game engine thingy I made so I could make python games quicker and easier.
It offloads basically all the underlying systems such as rendering, entities, etc., so that you and I can focus on the actual game.

## How does it work?
The framework operates using **scenes**. A scene could be a level, or a menu area, or something else completely. You code your game to contain the scenes however you need, then code each scene to contain whatever sprites and game objects you want.
