Hello guys! I tried to make a simple game engine for developing 2d games. I was inspired by the love2d engine and corona sdk. Libraries, that i used in my project: sfml, thor, tgui, physfs, box2d, sfml-tmxloader, zlib, lua, entityx. Here is screenshot of the demo game (a simple platformer with 2 dynamic objects)
The binaries, that I built for windows x64 can be downloaded here
https://www.dropbox.com/s/46f50m2nufaa2tr/bin.zip?dl=0 The source code (its pretty bad, don't try to write games like me) can be found here
https://github.com/nurgle/verboss Im so tired to develop this game engine, its very difficult to develop such big project (for my current skills its big) and my main goal was to produce this engine to mobile platforms, but since sfml 2.2 doesn't support this feature, I decided to snooze this project.
Currently, verboss can play only simple demos, for real projects the functionality is too simple.