sethballantyne / Plexis

A Breakout clone written in C++/CLI using DirectX 8, complete with level editor written in C#.
MIT License
2 stars 0 forks source link

Implement ball physics improvements #93

Closed sethballantyne closed 5 years ago

sethballantyne commented 5 years ago

Extend the balls physics code so its velocity vector is reflected based on the side of the brick it hits.