Breakout

Yay me, I made a game. Unlike my first attempt at this, this version does not have any bugs (to my knowledge). You can play it here:

http://smigs.co.uk/skittles/Breakout/

Post comments, scores, whatever.

By the way.. my highest score was 10050. I wonder if any of you can beat that :P

By the way, you'll need the 1.4 plugin or higher for it to work.

[381 byte] By [Woogley] at [2007-9-27 18:59:50]
# 1
Something is screwed up in your applet tag.I have Mozilla 1.1 on linux with jdk 1.4.0_02 and get a message that I have to download the plug-in.Other applets work just fine on my system. Maybe you could fix the applet tag.
daney at 2007-7-6 21:03:17 > top of Java-index,Other Topics,Java Game Development...
# 2
it's just an object tag specifying 1.4 or higher, works in my mozilla :P. Anyway, just use this other file: http://smigs.co.uk/skittles/Breakout/applet.htmlIt uses <applet> instead of <object>.
Woogley at 2007-7-6 21:03:17 > top of Java-index,Other Topics,Java Game Development...
# 3
yup, you need to fix that applet tag, doesn't work on mine either (IE6 jdk1.4.0)
Abuse at 2007-7-6 21:03:17 > top of Java-index,Other Topics,Java Game Development...
# 4
works fine for me on IE6 jdk1.4.0however doesn't work on Netscape w/ jdk1.4.0 but then i havn't got any 1.4 specific code to run on netscape.
radix_zero at 2007-7-6 21:03:17 > top of Java-index,Other Topics,Java Game Development...