The GameClient interface is the interface of the client side of the game. A part of the implementor should run in a thread, waiting for its turn before playing. The AI game clients must implement the ComputerGameClient class instead of this one.
@see org.gojul.fourinaline.model.GameClient.ComputerGameClient
@author Julien Aubin
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.