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.
The Maven project should simply work with mvn package
.
To run the tests, you'll need to comment out line 50 of pom.xml
so that the test classes are compiled.