Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.34 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.34 KB

The New Incredible Machine

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 game attempting to reimagine The Incredible Machine.

Warning

This is a student codebase dating back to 2016, this is a pain to build and to read (in french), sorry 🙏

Put the 🏀s into the 🪣 using walls and fans
🍎 Multithreaded physical engine (incl. rotation)
📐 Edit mode to create your own puzzles

Build

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

Run

cd ./output
java -jar thethetim.jar

Screens

Tutorial

tuto1 tuto2

40+ puzzles!

screen11 screen8 screen7