Skip to content

[Student Project] Game inspired by 'The Incredible Machine'

Notifications You must be signed in to change notification settings

ebonnal/the-new-incredible-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

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

About

[Student Project] Game inspired by 'The Incredible Machine'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published