Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 284 Bytes

DPGE - A simple yet powerfull game engine


This is a game engine that uses SDL2 to help in common game's operations, like game logic, rendering and audio handling. It's write in C++.

Dependencies


This game engine depends on SDL2, SDL2_image, SDL2_ttf and SDL2_mixer.