Click to See Complete Forum and Search --> : java game help


digital21stuk
10-26-2003, 11:56 AM
hi there, i need a bit of help with coding an old arcade game called breakout, (the one with the blocks at the top, a smaller paddle at the bottom and a ball, which has to hit the blocks to remove them)

i'm a novice javascript programmer in need of some help on how i go about this.

i need it to be a very basic version, i know i need to have a very large table (grid) and i dont mind if the ball movement is a bit jerky when moving from grid square to square.


please please help

cheers in advance

digital

AdamGundry
10-27-2003, 02:47 AM
Here's one I made earlier. You might be able to gain some insight from looking at this, otherwise just work on your version and come to the forum with specific problems. It is a place for helping people with problems, not providing complete scripts.

Adam