city41 / reagent-breakout

The game Breakout implemented with Reagent

Home Page:http://city41.github.io/reagent-breakout/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deflect off paddle correctly

city41 opened this issue · comments

Currently when hitting the paddle the y velocity is deflected and that's it.

The velocities need to alter depending on where on the paddle the ball strikes, allowing the player some control in the direction the ball goes.