Wase Engine is an open source 2d game library made with C++ and the SDL libraries. Wase Engine can be used to create all kinds of 2d games. The main goal for Wase Engine is to give you the tools you need for creating games while keeping as much control as possible.
This project has already learned me a lot about engine programming and C++ techniques.
I've also created a website dedicated to Wase Engine. The Wase Engine website is connected to the open source documentation of Wase Engine that is hosted on GitHub. When the documentation gets updated in the repository, the website will change automatically.
Visit websiteI've created a Simon clone using Wase Engine to demonstrate the capabilities of the engine.
Visit repository