TwistLock is a game where players have to deal with twistlocks to fill containers with their color.
The goal of the game is to have to most containers with its color.
Made by Maxime Malgorn, Robin Gehan, Félix Denis, Florian Cruchon and Leonard Jouen.
There is no easy way to compile and play the game because we don't use Maven
or Gradle
.
So, you have to run these commands in your terminal (from the root folder of the project):
mkdir out && cd src
javac twistlock/Controleur.java -d ../out
cd ../out
cp -r ../src/twistlock/ihm/img twistlock/ihm/img
You can now run the game by typing java twistlock.Controleur
.
Alternatively, you can download the compiled jar file in the releases section of this repository.