comment on dependencies
This commit is contained in:
parent
9782f43601
commit
da7c96376d
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue