- Multiplayer board game, turn based, with some basic graphics ( Applet/Java2d ?)
- little chat built in ( yahoo-game-rooms like ? )
- run on browser / web server ( servlet? )
- mouse clicks actions should be seen by others players in good time ( UDP? )
- transmit serialized objects if possible ( http/sockets?? )
as you can see on parenthesis, I’m very confused… :-\
I would appreciate your opinions, thanks in advance…