Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 524 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 524 Bytes

SimpleGameEngine

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