comment on dependencies

This commit is contained in:
Maximilian Keßler 2023-08-09 22:56:46 +02:00
parent 9782f43601
commit da7c96376d
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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.