Here is my game: a multiplayer online chess.

Free Multiplayer Chess

I am glad to present Chessk.com Chess Game to the Internet community

Play it : http://www.chessk.com

Features:

1) You can play chess with millons of players around the world!

2) [b]Each player has his own rating, which represents his chess skills
There are 5 levels:
-Begginer(blue)
-Intermediate(green)
-Advanced(yellow)

  • Expert (violet)
  • Master (red) [/b]

3) You can chat with people in the rooms and with your opponent while you are playing

The game have 2 parts:

The Rooms

[b]Is where players choose a table and then the game starts
1)You can chat with the people in the rooms
2)You can sit in a table and set the time of the game, then you wait for your opponent which will sit in the same table as you
3)You can sit in a table which where is already a player wating and start the game.

Here there is a ScreenShot:[/b]

http://www.free-multiplayer-chess.com/foto1.jpg

The game

[b]This is the game.

ScreenShot:[/b]

http://www.free-multiplayer-chess.com/foto2.jpg

Play iIt now! http://www.chessk.com

Thank you for reading. Visit us and have fun!
Bye

The interface look nice, but i got following exception when I tried to load the applet:

(by the way I am using jvm 1.5u11)

java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
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)

the error is because it is compiled for jre 1.6 … i need to change eclipse options to jre 1.5 and conpile again and upload to the web, then it will be compatible with jre 1.5 and jre 1.6

Yeah I’m running 1.5 as well. If you’re not using any 1.6 features it’s a good idea to compile it for 1.5.

ok, now the game is compiled for jre 1.5 and 1.6