- password - Variable in class wwwordz.game.Player
-
- play - Variable in class wwwordz.game.Round
-
- PLAY_STAGE_DURATION - Static variable in class wwwordz.shared.Configs
-
Play stage duration in milliseconds
- Player - Class in wwwordz.game
-
A player of WWWordz, including authentication data (name and password),
current round and accumulated points.
- Player(String, String) - Constructor for class wwwordz.game.Player
-
Creates a player from nick and password
- Players - Class in wwwordz.game
-
Persistent collection of players indexed by nick.
- points - Variable in class wwwordz.game.Player
-
- points - Variable in class wwwordz.shared.Rank
-
- put(String) - Method in class wwwordz.puzzle.Trie
-
Insert a word in the structure, starting from the root.
- puzzle - Variable in class wwwordz.game.Round
-
- Puzzle - Class in wwwordz.shared
-
A puzzle, containing a table and list of solutions.
- Puzzle() - Constructor for class wwwordz.shared.Puzzle
-
- Puzzle.Solution - Class in wwwordz.shared
-