Omicron is an open source Game Engine for Java based on LibGDX, inspired by Fantasy Consoles. Write your retro games with the simplest possible API and either package it as a cartridge, or include the runtime in your own distribution!
Features:
Feature Demo example
A screenshot from the demo game, Alien Buster
A videogame developed with Omicron, Doors of Doom, available on Play Store
cd omicron-player\
, mvn clean package
)java -jar omicron.jar
)cd demo/HelloWorld
(or any other demo)gradlew build
For android:
omicron.properties
to have it point to your cartridgegradlew android:installDebug android:run
Omicron has a minimalistic and self-explanatory API. Take a look at it here for the full API!
Take a look at the Hello World example to get a feeling!
Then head to the wiki for some documentation!