Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prisoners dilemma to the docs #1153

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/games.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Status | Game
<font color="orange"><b>~</b></font> | [Phantom Go](#phantom-go)
<font color="orange"><b>~</b></font> | [Phantom Tic-Tac-Toe](#phantom-tic-tac-toe)
![](_static/green_circ10.png "green circle") | [Pig](#pig)
![](_static/green_circ10.png "green circle") | [Prisoner's Dilemma](#prisoner's-dilemma)
<font color="orange"><b>~</b></font> | [Poker (Hold 'em)](#poker-hold-em)
![](_static/green_circ10.png "green circle") | [Quoridor](#quoridor)
<font color="orange"><b>~</b></font> | [Reconnaissance Blind Chess](#reconnaissance-blind-chess)
Expand Down Expand Up @@ -737,6 +738,17 @@ Status | Game
* 2-10 players.
* [Wikipedia](https://en.wikipedia.org/wiki/Pig_\(dice_game\))

### Prisoner's Dilemma

* Players decide on wether to cooperate or defect given a situation with
different payoffs.
* Simultaneous.
* Traditional game.
* Deterministic.
* Perfect Information.
* 2 players.
* [Wikipedia](https://en.wikipedia.org/wiki/Prisoner%27s_dilemma)

### Poker (Hold 'em)

* Players bet on whether their hand of cards plus some communal cards will
Expand Down