Fixes the memory leak!
Takes care of some of the memory leak i think!
Merge branch 'develop'
A Java implementation of Robo Rally.
git clone git@github.com:inf112-v20/crawling-crow.git
mvn clean verify assembly:single
For now, you have to run the game manually.
Run Main.java
located in src/main/java/roborally
in your IDE of choice.
java -jar target/roborally-crawlingcrow-1.0-SNAPSHOT-jar-with-dependencies.jar
Move around using the controls
When you want to exit, press ESC or exit the game manually by clicking on the X-button.
Currently throws "WARNING: An illegal reflective access operation has occurred", when the java version used is >8. This has no effect on function or performance, and is just a warning.