Snake with portals - Quakathon 2017
This project started out at Dundee University Quakathon in January 2017 (24hour hackathon). We made great progress on the day, but didn't actually make a working version. You can see our last version on the day of the hackathon here: 3879b84 on 6 Jan 2017.
Feeling partially to blame for the lack of a working prototype due to misunderstand the way location were stored (multi-dimensional array over single array for grid locations), I have taken up this project post-hackathon to complete it as we had envisioned.
Download the .exe from releases
Or
./mvnw compile exec:exec
Or
./mvnw package
java -jar ./target/snake*-shaded.jar
Or
Use VSCode's Run and Debug (Press F5)
Or
./mwnw package
./target/snake*.exe
./mvnw test