AGE is a multi-threaded game engine for Android with OpenGL ES2 shader-based rendering.
In-depth GL knowledge isn't necessary to start; use the OBJ loader to import models from Blender and elsewhere, attach textures, and start rendering!
Threads run different activities, e.g. initialization, framerate, timer, game cycle. Apartment model with message passing.
The drawing cycle is inverted from typical game loops.
Escape the Stone Age is a short Adventure RPG Game for Android.
...Download here:
http://sourceforge.net/projects/escapethestoneage/files/Escape_the_Stone_Age.apk/download
The game requires at least Android version 2.2 (API 8), since OpenGL ES 2.0 was introduced then. It works fine on Android version 4.0.3 or higher and should also work on versions between 2.2 and 4.0.3, but we have not tested it.
The game doesn't need any permission to install and play.
Story
Escape the Stone Age is a short Adventure RPG Game. Due to an accident, you are moved back to the Stone Age. ...
This is the first step of a board game engine development plan "Architect". The first version will be playing the classical Gomoku game, and this version is called "Architect I". This project also shows the rich features of the next generation Java graphical user interface. The GUI of this application was built using JavaFX 2.0 which was entirely written in Java. Although as been announced, JavaFX 3.0 will be integrated into JRE in next year, at this point, you still need a separate runtime...