Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

bagel-public

  • Forked from Eleanor McMurtry / bagel-public
    Up to date with the upstream repository.
    Eleanor McMurtry's avatar
    Eleanor McMurtry authored
    Point: Implement hashCode
    
    See merge request !1
    d2eef3af
    History
    Name Last commit Last update
    res
    src/main
    .gitignore
    README.md
    bagel.iml
    pom.xml

    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.