Class | Description |
---|---|
DistributedTournamentController |
Distributed version of the
TournamentController . |
DistributedTournamentController.PlayerPair | |
JavaProcess |
Mostly inspired from http://stackoverflow.com/questions/636367/java-executing-a-java-application-in-a-separate-process
|
JavaProcess.NullStream | |
JavaProcess.StreamGobbler | |
NetworkOpenPortTest |
TODO: Comment.
|
PlayerData |
Stores data about the player from the tournament.
|
RemoteReversiPlayer |
Decorates the player to be able to communicate with the tournamentController.
|
TournamentController |
Controls the execution of a tournament - starts server and players and lets them play.
|
TournamentPlayerWrapper |
Wrapper for the player to be able to play the tournament using Remote Method Invocation.
|
TournamentResultsProcessor |
Writes results into a text file.
|
TournamentServer |
Server for the Tournament.
|