Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 452 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 452 Bytes

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 50 of pom.xml so that the test classes are compiled.