Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebonnal/the-new-incredible-machine
[Student Project] Game inspired by 'The Incredible Machine'
https://github.com/ebonnal/the-new-incredible-machine
java multithreading physics-engine swing
Last synced: 14 days ago
JSON representation
[Student Project] Game inspired by 'The Incredible Machine'
- Host: GitHub
- URL: https://github.com/ebonnal/the-new-incredible-machine
- Owner: ebonnal
- Created: 2018-01-03T14:56:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T17:41:57.000Z (16 days ago)
- Last Synced: 2025-01-05T18:28:26.647Z (16 days ago)
- Topics: java, multithreading, physics-engine, swing
- Language: Java
- Homepage:
- Size: 2.5 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 video game reimagining [*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, 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
```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
![tuto1](https://github.com/EnzoBnl/TheNewTIM/blob/master/src/main/resources/data/tuto1.png)
![tuto2](https://github.com/EnzoBnl/TheNewTIM/blob/master/src/main/resources/data/tuto2.png)### 40+ puzzles!
![screen11](https://github.com/EnzoBnl/TheNewTIM/blob/master/src/main/resources/data/screens/11.png)
![screen8](https://github.com/EnzoBnl/TheNewTIM/blob/master/src/main/resources/data/screens/8.png)
![screen7](https://github.com/EnzoBnl/TheNewTIM/blob/master/src/main/resources/data/screens/7.png)