http://members.home.nl/dimmengestel/Games.html
I hope it will work on all JDK versions.
Dimmen
Worked for me on Mac OS X.
Thank you for testing,
I am happy that my applets run also correctly on a mac.
thanks!
Nice! Ball Exchanger is very impressive, and its alot of fun. Its nice to see some original ideas.
Keep up the great work,
-Chris B.
Runs fine on winXP with jre 1.4.2_03
Works on Linux, too.
Tried Ball Exchanger. Very nice game!
Works ok on winXP with JRE 1.4.1_01.
You might want to do something about the controls though, because it has a keyboard repeat issue (for example you hold left down, it moves a bit and only later when keyboard repeat kicks in it keeps moving until you release).
I think maybe controls might feel better if you keep track of the states of the key:
- Set a flag for a key when that key is pressed.
- Reset the flag when that key is released.
- Check for the flags for each key to handle the controls instead of directly keyPressed/released events.
- With for example left/right movement it also helps when pressing left or right, it cancels the flag for the opposite direction of the key you pressed so that left and right flags can never be set at the same time (like a joystick).
Keep it up!
Erik
Oh and make the music stop when you leave the game (when I close the IE window, music keeps playing).
I’ve now improved keyhandling, and fixed the music stop problem.
thanks for testing.
That ball exchanger game rules! Very nicely polished!
Worked great for me on OS X 10.3
Nice!" Made it to stage 7
Hi,
all games worked fine on my WinXP with jdk1.4.2.
Thanks for testing :
java.lang.ArrayIndexOutOfBoundsException: 9
at ballexchange.getScaledInstance(ballexchange)
at ballexchange.getRed(ballexchange)
at ballexchange.getInputContext(ballexchange)
at ballexchange.update(ballexchange)
at sun.awt.RepaintArea.paint(RepaintArea.java:169)
at sun.awt.motif.MComponentPeer.handleEvent(MComponentPeer.java:405)
at java.awt.Component.dispatchEventImpl(Component.java:3678)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Hi there!
I have seen you r games! Pretty nice!
Could u send me the source code of the flying letters effect?
Tks,
L.F.Estivalet
luizfernando_estivalet@yahoo.com