A simple, cross-platform 2D game engine.
Go to file
Attila Uygun cde9992c72
Create LICENSE
2020-06-03 15:03:36 +02:00
assets Initial commit 2020-06-03 14:50:51 +02:00
build Initial commit 2020-06-03 14:50:51 +02:00
src Initial commit 2020-06-03 14:50:51 +02:00
.gitignore Initial commit 2020-06-03 14:50:51 +02:00
LICENSE Create LICENSE 2020-06-03 15:03:36 +02:00
README.md Initial commit 2020-06-03 14:50:51 +02:00

README.md

A simple, cross-platform 2D game engine with OpenGL renderer written in modern C++. Supports Linux and Android platforms. Compiles both with gcc and clang.

Build for Linux:

cd build/linux make

Build for Android:

cd build/android ./gradlew :app:assembleRelease

Build for Android and install (debug):

cd build/android ./gradlew :app:installDebug