Bagel
Bagel (Basic Academic Graphical Engine Library) is a simple library for Java that uses LWJGL to present a simple game interface. It is designed to be used for SWEN20003 at the University of Melbourne, with the complexities of using Java hidden from students.
Build instructions
The Maven project should simply work with mvn package
.
To run the tests, you'll need to comment out line 19 of pom.xml
so that the test classes are compiled.