The goal was to implement a game of incomplete information to apply the mcts algorithm.
We chose President(Asshole) Card game.
- Play through SDL interface
- MCTS algorithm
president.mp4
make
and then./main
- Switch cards in your hand with right click.
- Select cards to play with left click.
- Play (Cards you selected, if not you pass) by pressing space bar.
Rules Source