- Player - Class in mazeGUI
-
A class for an interactive or non-interactive player which represents the Agent
navigating the 4 x 3 world
- Player(Room) - Constructor for class mazeGUI.Player
-
Players always start in a current room, and immediately pick up the reward
of the starting location.
- PLAYER_ICON - Static variable in class mazeGUI.World
-
- printConclusion(Player) - Static method in class mazeGUI.Driver
-
printConclusion will output the final status for a player.
- printLocation(Player) - Static method in class mazeGUI.Driver
-
printLocation will output the room that a player is in, as well as displaying
information about the player's accumulated rewards.