Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by demisephi

Hello

I'm working on arkanoid game, take a look and let me know what you think.

http://slashflash.pl/arkanoid/

1 decade ago by dungeonmaster

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.

1 decade ago by MartinGr

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

1 decade ago by demisephi

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 »