Simple 2d rpg game engine. For now works only for Windows
Latest build for Windows is demo/windows_build.zip. Unzip and run 4a-engine.exe
After git clone run
git submodule update --init
then create build/ folder if needed, cd in it and run
cmake .. && make 4a-engine
Any pull-requests and advices about OpenGL and C++ are welcome