public interface IEngineControl
Modifier and Type | Method and Description |
---|---|
void |
addUser(String user) |
void |
choodeStartingPlayer(String name) |
de.smarten.tsuro.shared.gamemodel.IGame |
chooseRoomname(String name) |
void |
chooseSpectatorRole(Boolean choice) |
List<de.smarten.tsuro.shared.gamemodel.AGameModel> |
getGames() |
void |
setFile(File file) |
void |
startGame(de.smarten.tsuro.shared.gamemodel.IGame game) |
void addUser(String user)
de.smarten.tsuro.shared.gamemodel.IGame chooseRoomname(String name)
void chooseSpectatorRole(Boolean choice)
void choodeStartingPlayer(String name)
void setFile(File file)
void startGame(de.smarten.tsuro.shared.gamemodel.IGame game)
List<de.smarten.tsuro.shared.gamemodel.AGameModel> getGames()
Copyright © 2017 smarTen. All rights reserved.