Class | Description |
---|---|
GamesCommandFactory |
Creates games (notice the s) command objects.
|
GamesCreateCommand |
Command to create a new game.
|
GamesJoinCommand |
Command to handle joining an existing game.
|
GamesListCommand |
Command to get all the games from the server.
|
GamesLoadCommand |
Command that handles loading games that have been previously saved.
|
GamesSaveCommand |
Command to handle saving a game.
|