Skip to content

2D Continuous Collision Detection Algorithm Between Circle and Line Segment

Notifications You must be signed in to change notification settings

berkbavas/Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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