During my bachelor in CS we had this course about multithreading and we have been asked to come up with a project applying what we learned: This is a video game reimagining The Incredible Machine.
Warning
This is a student codebase dating back to 2016, this is a pain to build, read (in french), but it works 😆
Put the 🏀s into the 🪣 using walls and fans |
🍎 Multithreaded physical engine (incl. rotation) |
📐 Edit mode to create your own puzzles |
find -name '*.java' > sources.txt
mkdir output
javac -encoding ISO-8859-1 -d output @sources.txt
cp -r src/main/resources/* output
cd ./output
jar cmf ../manifest.mf thethetim.jar com data
cd ./output
java -jar thethetim.jar