- waitForUserMove() - Method in class s3games.robot.Camera
-
the camera player indicates to the camera object by calling this blocking
method that it is interested in obtaining the current state of the game
from the camera immediately
- waitingForMove - Variable in class s3games.gui.GameWindow
-
is it our turn? should we allow the user to make the move?
- warning(String) - Method in class s3games.io.GameLogger
-
append a warning to the log file
- window - Variable in class s3games.engine.Game
-
board of the game shown in window
- winner - Variable in class s3games.engine.GameState
-
-1 until the game has finished, then 0 for draw, or 1..N player number who won