This is a simple sprite-based game engine written in Java. It aims to be simple to use, but still allowing the programmer as much control as they desire.
Copy the example game and modify/add to it as needed and import BRGE (either as it's own project, or as a compiled JAR) to your project.
To run the example game, run the compiled JAR, or compile and run com/junglecatsoftware/brge/examplegame/Main.class