Package uchicago.src.sim.games

Interface Summary
GameAgent Interface for agents who want to play Games.
Strategy  
 

Class Summary
AlwaysCooperate  
AlwaysDefect  
AntiTitForTat  
Game Abstracts a prisoner's dilemma cooperation type game.
GameChoice Typesafe enum for Strategies.
GameUtilities Utility methods for payoff matrix games.
PayoffMatrix  
PayoffPair Wraps both player's payoffs.
TitForTat