Hello
It has been a while since I created a Google code project
http://code.google.com/p/gamegwt/
This project will contains a set of demo GWT applications for learning how to implement some client rich application features.
The applications are mainly network games (with two parties) !
They are based on a common framework which provide communications (listing online users and exchanging message between users).
The applications are deployed at the Google App Engine server.
http://gwt-cool-sample.appspot.com
When we connect to the application. We will be asked to give a player name.
Next, we will arrive at the online user listing.
We can click at a “free” player and invite him to play a game or to chat.
On the other side, the invited user can accept (or decline).
Finally, the chess game will start !
We can play the game and chat at the same time (The program is still buggy)
I have already finished the implementation of chess board (with chess rules).
The two-person playing is not yet finish.
However, I plugged a Java script AI module to play chess with computer.
To play chess with the computer, go to this URL :
http://gwt-cool-sample.appspot.com/chess_vs_computer.html
Since the Java script AI is very strong, it is not too hard to win !
Please write me if you want to join the code project :-)