As of March 3, 2006, there are two different protocols and APIs that you may choose
from for interacting with the Zetangole game server. You may choose either the older
TCP-based protocol or the newer
HTTP-based protocol.
We recommend the use of the
TCP-based protocol for clients that are able to maintain
a persistent connection to the server.
The HTTP-based protocol is recommended for clients that need to make-and-break server
connections to the game server, such as clients written to be played over HTTP on the web.
Go back