Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 488 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 488 Bytes

gameEngine

2D Game Engine

This program is an engine that has been compounded on top of pygame. This can be used to create several different games with advances features depending on what you want to add to the engine.

Currently developing the physics and UI aspects of this engine while trying to optimize the timer entities of this engine.

12/23/2022 UPDATE: New components including physics, utility, and fx have been added to the game engine. Currently experiencing path issues.