scriptable game engine with built-in support for 2D graphics and sound
Geeny is a scriptable game engine with built-in support for 2D graphics and sound. The scripting language is object oriented, high performance is attainable by using vector and array operations. Win32 C++, full portability planned in the future.
Easy2D is an object oriented game library that makes possible writing 2D tile-based games with speed and ease. It encapsulates common tasks found in these games, such as: tile maps, animated sprites, bitmap fonts, etc., and is written in C++ using SDL.
Intrepid is an object-oriented 2Dgame programming library written in C++ utilizing OpenGL and SDL that takes care of the low-level programming involved in making 2D games.You can create nearly every kind of 2Dgame. Comes with collision-detection, phy..