Simple and easy to use game engine written in C
Designed with the following principles in mind:
- Easy to use
- Follows Object Oriented design principles
- Cross platform
- Very little boilerplate code
There is a sample project for this here. Also, there is a Flappy Bird clone too!
###TODO:
- Add a SpriteBatch class to make rendering textures faster
- Add support for playing sounds and music