C D G M P R S T

P

playGame() - Method in class scrabble.Scrabble
Will play the entire game and return an ArrayList of GameStates that represent each step of play from the end of the next play until the end of the game.
playOnce() - Method in class scrabble.Scrabble
Will play one turn in the Scrabble game and return a new GameState that contains the values that have changed during play.
playOnceHuman(String, int, int, boolean) - Method in class scrabble.Scrabble
Plays toPlay (in the order given), starting at zero-based position (rowStart, colStart).

C D G M P R S T