Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 312 Bytes

File metadata and controls

4 lines (3 loc) · 312 Bytes

PyGameExtensionFramework

A framework to create games in python using PyGame. A demo of Pong is included to showcase its use.

GameFramework.py provides a system to create simple games in python. It can handle the use of custom scripts, box collisions, simple physics, and the updating of graphics each frame.