Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 643 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 643 Bytes

Breakout

Continuous collision detection algorithm between circle and line segment written in Java. The project provides a simple bouncing ball dynamics as well and can be used as a library in order to implement simple 2D bouncy ball games like Breakout.

The project can be built and run with Maven.

There are two entry points: mvn javafx:run -Pdebugger in order to run Debugger and mvn javafx:run -Pbreakout for Breakout.

Debugger

Debugger.mp4

Breakout

Breakout.mp4