A pinball game incl. editor written in JavaFX.
The game was created for the bachelor Course "SEP - Software Engineering Project" at the University of Passau.
The game can be played by downloading a release, unzipping it and starting it via a run file.
- Unlimited player count
- Camera follows the ball
- Free playing 😉
- Create your own pinball machine
- Unlimited machine size
- Double layered
- 53 different machine elements
- Basic editor functions
- Select
- Copy
- Paste
- Delete
- Advanced editor functions
- Multiselect
- Drag and drop
- Rotate
You can add new machine elements by adding new element definitions to data/elements
.
- Java - Programming language
- JavaFX - GUI Framework
- JavaFxSVG - Library to add SVG support to JavaFX
- JUnit - Testing Framework
- Apache Maven - Dependency Management
- Till Wübbers - Initial work - tillwuebbers
- Kai Rädsch - Initial work - kairaedsch
- Three others - Initial work
This project is licensed under the GNU General Public License - see the LICENSE file for details