~melmon/c4ai

03eff515338cd9bf96667b43207c5700b73a9e7f — Melmon 4 years ago 1c2785b
Update README.md
1 files changed, 6 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +6 -1
@@ 1,2 1,7 @@
# c4ai
Python Connect Four with AI
A Connect Four game implemented in Python. Allows play versus a human, a bot, or two bots playing against each other.
The bot uses [Monte Carlo Tree Search](https://en.wikipedia.org/wiki/Monte_Carlo_tree_search) for deciding where to place pieces. It saves its tree every time the game is closed.

To play, run `view.py`

2018