Fields:
moves[ ] :: the list of all moves (Actions) made by every Agent during this game
Methods:
getMove (int i) :: returns the "i"th move in the history (from the first move)
getPlayerMoves (int player) :: returns all moves made during this game by Agent "player"
Fields:
moves[ ] :: the list of all moves (Actions) made by every Agent during this game
Methods:
getMove (int i) :: returns the "i"th move in the history (from the first move)
getPlayerMoves (int player) :: returns all moves made during this game by Agent "player"