From 297d5253f97056227d42d84fb06a578c71232d03 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 18 Jul 2020 20:12:09 +0530 Subject: [PATCH] Monopoly Deal, because why not --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c816abc..0708c4d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ If you aren't able to access any paper on this list, please [try using Sci-Hub]( - [Set](#set) - [Pentago](#pentago) - [Blokus](#blokus) +- [Monopoly Deal](#monopoly-deal) - [Yahtzee](#yahtzee) - [2048](#2048) - [Game Design](#game-design) @@ -186,6 +187,9 @@ Set has a long history of mathematical research, so this list isn't exhaustive. # Blokus - [Blokus Game Solver](https://digitalcommons.calpoly.edu/cpesp/290/) +# Monopoly Deal +- [Implementation of AI Player on "Monopoly Deal"](https://doi.org/10.1007/978-3-662-46742-8_11) + # Yahtzee - [Optimal Solitaire Yahtzee Strategies](http://www.yahtzee.org.uk/optimal_yahtzee_TV.pdf) - [Nearly Optimal Computer Play in Multi-player Yahtzee](https://doi.org/10.1007/978-3-642-17928-0_23)