https://github.com/ebonnal/the-new-incredible-machine
[Student Project] A re-interpretation of *The Incredible Machine*
https://github.com/ebonnal/the-new-incredible-machine
java multithreading physics-engine swing
Last synced: about 1 month ago
JSON representation
[Student Project] A re-interpretation of *The Incredible Machine*
- Host: GitHub
- URL: https://github.com/ebonnal/the-new-incredible-machine
- Owner: ebonnal
- Created: 2018-01-03T14:56:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T00:09:39.000Z (3 months ago)
- Last Synced: 2025-04-15T21:47:36.221Z (about 1 month ago)
- Topics: java, multithreading, physics-engine, swing
- Language: Java
- Homepage:
- Size: 2.51 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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*](https://en.wikipedia.org/wiki/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
```bash
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
```bash
cd ./output
java -jar thethetim.jar
```## Screens
### Tutorial

### 40+ puzzles!


