Skip to content

I started a small pong project for fun and I ended up coding a high speed collision system...

License

Notifications You must be signed in to change notification settings

todorico/high-speed-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

high-speed-pong

I started a small Pong project for fun and I ended up coding a high speed collision system...

high-speed

With a simple system (translation with speed vector) the ball can easily pass through objects (the bars) at high speed, so I calculated ball's next position depending on its direction, speed and by tracing rays on ball's path. With this technique the ball can have a huge speed without passing through objects. Then I had fun with my line collision system...

About

I started a small pong project for fun and I ended up coding a high speed collision system...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages