- Player - Class in Game
-
- Player(Game, User, String) - Constructor for class Game.Player
-
- player1 - Variable in class ScoreManagement.GameResult
-
- player2 - Variable in class ScoreManagement.GameResult
-
- PlayingField - Class in Game
-
- PlayingField(int, int, Player, Player, Player) - Constructor for class Game.PlayingField
-
Create a new playing field.
- playSound() - Method in class Game.Disc
-
Plays the sound.
- printField() - Method in class Game.PlayingField
-
Print the current field in the standard output.
- putDisc(int) - Method in class Game.HumanPlayer
-
Function to place a new disc in the playing field and to check if the move is done successfully.
- putDisc(int) - Method in class Game.Player
-
Function to place a new disc in the playing field and to check if the move is done successfully.
- putDisc(int, Player) - Method in class Game.PlayingField
-
Function to place a new disc in the playing field.