Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 429 Bytes

4a-engine

Simple 2d rpg game engine. For now works only for Windows

Build

Latest build for Windows is demo/windows_build.zip. Unzip and run 4a-engine.exe

Manual build

After git clone run

git submodule update --init

then create build/ folder if needed, cd in it and run

cmake .. && make 4a-engine

Contributing

Any pull-requests and advices about OpenGL and C++ are welcome