Skip to content

Commit

Permalink
Merge pull request #894 from Jazeem:2048
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 468648235
Change-Id: Ida772f6f7b8acae2a5dfae0c12bb28fb06cc1937
  • Loading branch information
lanctot committed Aug 20, 2022
2 parents 1570f26 + df84e89 commit f4121ea
Show file tree
Hide file tree
Showing 7 changed files with 1,859 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/games.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ we verified against known values and/or reproduced results from papers.

Status | Game
-------------------------------------------- | ----
<font color="orange"><b>~</b></font> | [2048](#2048)
<font color="orange"><b>~</b></font> | [Amazons](#amazons)
![](_static/green_circ10.png "green circle") | [Backgammon](#backgammon)
<font color="orange"><b>~</b></font> | [Bargaining](#bargaining)
Expand Down Expand Up @@ -80,6 +81,17 @@ Status | Game

## Details

### 2048

* A single player game where player aims to create a 2048 tile by merging
other tiles.
* Numbers on a grid.
* Modern game.
* Non-deterministic.
* Perfect information.
* 1 player.
* [Github](https://github.com/gabrielecirulli/2048)

### Amazons

* Move pieces on a board trying to block opponents from moving.
Expand Down

0 comments on commit f4121ea

Please sign in to comment.