UI.TextUI.play()

Here are the examples of the java api UI.TextUI.play() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

17 Source : ControllerText.java
with GNU General Public License v3.0
from DGIIMUnderground

public void start(int numPlayers) {
    model.init(view.getPlayerNames(numPlayers));
    view.updateView();
    view.play();
}