Game theory tournament simulator
A Python simulator for repeated prisoner's dilemma strategy tournaments.
This simulator explores repeated prisoner’s dilemma tournaments. Instead of arguing about which strategy is best in the abstract, the code lets strategies play repeatedly and exposes the score dynamics.
| Piece | Role | Signal |
|---|---|---|
| Strategy | Defines behavior | Encodes incentives as code. |
| Tournament | Runs repeated matches | Produces comparable outcomes. |
| Scores | Summarize performance | Makes long-run behavior inspectable. |
It is a good Lab entry because it turns a theoretical model into an executable experiment.
Repository: GameTheorySim.