A two player platformer game written in Java as a highschool capstone project for Computer Science 12.
- Just Java
- Clone project using git clone https://github.com/Lukashmoser/Candy-Crusade.git
- Open a command line and navigate to the project folder
- Run ./mvnw clean install or on Windows mvnw.cmd clean install
While still in the project folder run java -jar target/candy-crusade-1-SNAPSHOT.jar to play Candy Crusade (instructions within the game)