A fun 2D Golf Game written in Java using only JavaFX. Currently, the physics for the game work as expected. The ball handles double wall bounces and bounces in the correct, expected direction.
Video demonstration: Imgur
Known bugs:
- When the ball touches a wall that is parallel to where it previously bounced from, the ball goes through the that wall.
What's next:
- Leveling system.
- Level designing tool.
- Objectives such as orbs.
- Angled walls.
Instructions for running:
- Pull from repository.
- Open as project using your favourite Java IDE, preferably IntelliJ IDEA 2019.
- Simply run the project, and the game should open as expected.
If you run into any problems, submit an issue in this repository.
If you would like to use this code, we kindly ask that you please give credits to the original Golfio repository by linking it.
Credits: AryanNateq & Jonathan-Choi27