Package net.sf.colossus.game

Information about an ongoing game in Colossus.

See: Description

Package net.sf.colossus.game Description

Information about an ongoing game in Colossus.

Currently this package has not yet been fully established. It is meant to hold all code relevant to model the state of an ongoing game. This package is meant to be used both by server and client code, with no dependencies into either of them. Note that server and client should not share instances, since that would allow information to leak from the server into the clients. The server and each client should have their own instances of the classes in this package containing the information as known to each of them.