You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main purpose of the project is to learn and practise relatively clean java code and experiment with a wide range of API provided by Java SE libraries
Jelly is a simple(-ish) Mario style game which can be used
to learn intermediate/advanced game programming techniques
Compile & Run
Required:
JDK 1.8+
almasb-lib.jar 1.1.2 (can be found in lib/)
Commands:
(in project root)
$ mvn package
$ mvn exec:java
About
The main purpose of the project is to learn and practise relatively clean java code and experiment with a wide range of API provided by Java SE libraries