Skip to content

ProtaX/4a-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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