diff --git a/README.md b/README.md index 91f8430..151a92b 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ percentage for the corresponding game state with optimum play will be calculated Here, optimum play refers to the assumption that everbody knows their cards, but not the draw pile. For example, if the output of the program is 1, then this means that even if an evil adversary is allowed to pick the next card in the deck each time a card is drawn, there is still a strategy that guarantees a win. + + +## Compilation +The build uses cmake. Additionally, you need the (boost)[https://www.boost.org] and (cpr)[https://libcpr.org] libraries to build, refer to these pages to install them.