Package | Description |
---|---|
de.smarten.tsuro.engine.controller | |
de.smarten.tsuro.engine.model |
Modifier and Type | Method and Description |
---|---|
void |
GameControl.addClient(de.smarten.tsuro.shared.gamemodel.Client client)
Adds a client to the game.
|
void |
TournamentControl.startCurrentLevel()
Starts the next level of the tournament.
|
void |
LevelControl.startLevel()
Starts all games of the LevelControl's Level.
|
void |
TournamentControl.startTournament()
Starts the Tournament
|
Modifier and Type | Method and Description |
---|---|
boolean |
Pool.moveClientToGame(de.smarten.tsuro.shared.gamemodel.Client client,
GameControl gameControl)
Deletes a client from the pool and adds it to the game managed by the GameControl passed
|
Copyright © 2017 smarTen. All rights reserved.