Y
Hacker News
new
|
ask
|
show
|
jobs
by
nhm
4787 days ago
Very nifty. Why does the ball pass through the paddle though?
2 comments
alexmwalker
4787 days ago
Mainly because I'm trying to fake 'collision detection' by using CSS hover. You could almost describe it as more of a 'controlled animation' than a game.
CSS isn't designed for this kind of thing, so we have to work with what we have.
link
padwan
4787 days ago
You need to keep the paddle more to the left, by the end of the table. I don't know if this is a feature or a bug.
link
JacksonGariety
4787 days ago
You actually cannot hit the all more than once.
link
CSS isn't designed for this kind of thing, so we have to work with what we have.