Hello
I'm working on arkanoid game, take a look and let me know what you think.
http://slashflash.pl/arkanoid/
Nicely done.
An issue I noticed: Sometimes the ball goes through the bat, or makes some funny moves, doesn't register the collisons. Also the ball doesn't precisely hit the blocks.
Got "Cannot read property 0 of null" error in main.js on line 388 using Chrome on OSX (Mountain Lion).
1 decade ago
by WoPr
Nice game!
How do you control the paddle with the mouse?
Regards,
WoPr
Hi WoPr,
I added an event listener for mousemove, then I take mouseX and mouseY from event object. I calculate paddle position based on that.
Thanks for feedback.
1 decade ago
by WoPr
Thanks for the answer :-D
Regards,
WoPr
Page 1 of 1
« first
« previous
next ›
last »