|
Recent updates
|
API Details
Both the server application and the client APIs have been developed in Java. The server application listens on port 7007 for clients. It pairs up every couple of clients as and when they arrive and spawn a thread for each pair to play the game. It also takes care of the GUI for display. The client API consists of three functions to interact with the server
Detailed documentation can be viewed in this javadoc [download]. But the basic idea is to call the functions in the logical order. If not, the player who made the invalid move is disqualified by the server application instantaneously.
NOTE: Download: Quick Start Guide |
Registrations for