- Persistable - Interface in edu.jhu.cs.oose.group14.database
-
A Persistable interface for our backend classes.
- Player - Class in edu.jhu.cs.oose.group14.backend.users
-
A class representing the concept of a Player in a Game.
- PLAYING_NAME - Static variable in class edu.jhu.cs.oose.group14.backend.states.PlayingGameState
-
- PlayingGameState - Class in edu.jhu.cs.oose.group14.backend.states
-
Represents a game state in the playing phase.
- PlayingGameState(Game) - Constructor for class edu.jhu.cs.oose.group14.backend.states.PlayingGameState
-
Creates a playing game state.
- PlayingGameState() - Constructor for class edu.jhu.cs.oose.group14.backend.states.PlayingGameState
-
- promotePlayer(Player) - Method in class edu.jhu.cs.oose.group14.backend.Game
-
Promotes a player to being an administrator of the game.
- promotePlayer(Player) - Method in class edu.jhu.cs.oose.group14.backend.users.Admin
-
Promotes a player to the admin level within the game this admin has
administrative power over by telling the game to perform this action.