Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebonnal/the-new-tim
'The Incredible Machine' rework, with multithreaded physical engine. 40 levels playable ! + Level Editor Mode
https://github.com/ebonnal/the-new-tim
java multithreading physics-engine swing
Last synced: 2 months ago
JSON representation
'The Incredible Machine' rework, with multithreaded physical engine. 40 levels playable ! + Level Editor Mode
- Host: GitHub
- URL: https://github.com/ebonnal/the-new-tim
- Owner: ebonnal
- Created: 2018-01-03T14:56:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T13:13:44.000Z (over 3 years ago)
- Last Synced: 2024-01-17T09:38:48.034Z (about 1 year 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
# TheNewTIM
[![Actions Status](https://github.com/bonnal-enzo/the-new-tim/workflows/build/badge.svg)](https://github.com/bonnal-enzo/flexible-memoization/actions)## Overview
This is an adaptation of "The Incredible Machine" with increased multithreaded physical engine. About 40 levels available !/!\ most of the code base is in french because this project has been developed during my early university years in France !
## Features
- Multithreaded physical engine
- Rotation taken into account during collisions
- Funny tools to solve puzzles : *Balloons*, *Walls* and *Ventilators*
- 40 funny levels that might be hard to solve...
- Infinite number of ways to solve levels
- You can visualize solution if you are locked ! Or simply go to next level ;)
- You can create you own levels with the **EDITOR MODE** !## Game Goal
Solve them all !
You have to put inside the bucket(s) all the *Balloons* involved in the level !## 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)Example of levels
![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)