Interface | Description |
---|---|
IJoinGameController |
Interface for the join game controller
|
IJoinGameView |
Interface for the join game view, which lets the user select a game to join
|
INewGameView |
Interface for the new game view, which lets the user enter parameters for a
new game
|
IPlayerWaitingController |
Interface for the player waiting controller
|
IPlayerWaitingView |
Interface for the player waiting view, which is displayed when the user is
waiting for other players to join their game
|
ISelectColorView |
Interface for the select color view, which lets the user select the desired
color when they join a game
|
Class | Description |
---|---|
JoinGameController |
Implementation for the join game controller
|
JoinGameView |
Implementation for the join game view, which lets the user select a game to
join
|
NewGameView |
Implementation for the new game view, which lets the user enter parameters
for a new game
|
PlayerWaitingController |
Implementation for the player waiting controller
|
PlayerWaitingView |
Implementation for the player waiting view, which is displayed when the user is
waiting for other players to join their game
|
SelectColorView |
Implementation for the select color view, which lets the user select the
desired color when they join a game
|