Networking game
Hi there.Can you please help me!!I am doing a 2 players scrabble game using java applets. The game will be an online one. Can anyone help me to tell me how to implement this type of game in java applets.Thanks to you all
[248 byte] By [
Zaheeda] at [2007-10-1 19:50:54]

well you start by writing some requirements, outline the features, use cases, etc., then you code it piece by piece, then you test it, then deploy it, then you play it!
You cannot stablish direct connections between 2 applets instances, so you must use a tunnel, bridge or similar in the server that holds the applet to manage indirect connections.