Interface | Description |
---|---|
IGameFinishedView |
Interface for the game finished view, which is displayed when the game is
over
|
IPointsController |
Interface for the points controller
|
IPointsView |
Interface for the points view, which displays the user's victory points
|
Class | Description |
---|---|
GameFinishedView |
Implementation for the game finished view, which is displayed when the game is over
|
PointsController |
Implementation for the points controller
|
PointsView |
Implementation for the points view, which displays the user's victory points
|