Package vooga.examples.networking.tictactoe.events

Class Summary
GameLostEvent Detects and informs the PlayState when the player has lost (3 'O' pieces in a row.) No network API code.
GameTiedEvent Detects and informs the PlayState when the game ends tied.
GameWonEvent Detects and informs the PlayState when the player has won (3 'X' pieces in a row.) No network API code.