A minimax AI for the card game Hearts. https://code.ivysaur.me/cgi
This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 24e1bced35 commit all archived files 2015-11-13 05:00:14 +00:00
dist-archive commit all archived files 2015-11-13 05:00:14 +00:00
doc commit all archived files 2015-11-13 05:00:14 +00:00
.legacy-codesite.toml initial meta commit 2015-11-13 05:00:14 +00:00
README.md commit all archived files 2015-11-13 05:00:14 +00:00

README.md

cgi

A minimax AI for the card game Hearts.

It uses depth-first minimax to evaluate a round. It's not very smart. Most of the underlying structure should be portable to other card games.

Download