Java Memory Card Game

So I’ve wanted to make a java version of memory for awhile now and I finally got the motivation to do it!

I’ve made a 2D applet version of the game with 3 levels of difficulty that records your time so you can enter it in the php fueled high score tables. My roommate already posted some scores I cannot beat, but maybe some of you can give him a challenge! Let me know what you think!

http://www.goldenbrew.com/play_Memory.php

  • Elliott

Very cool! I’m on the boards for Medium level, yay :wink:

Did not run (Win2k, Java 1.5) :frowning:

Laden: Klasse memory.class nicht gefunden
java.lang.ClassNotFoundException: memory.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
… 10 more

I re-compiled with an older version of Java. Try it again…

-Elliott

Now it works.Tough game.
How did the other players get this times? Seems to be not my kind of game :wink: