Very simple Python game engine with a component system.
- ecs: component system, pure Python.
- engine: game engine, built on top of the ecs and pygame.
- pong_test: example project.
- Python 3
- pygame 1.9
A requirements.txt file is included for convenience, just run pip install -r requirements.txt with your virtualenv active.