~melmon/c4ai

Connect Four with AI
c8bdbbd2 — Melmon 4 years ago
Update README.md
03eff515 — Melmon 4 years ago
Update README.md
1c2785b8 — Melmon 4 years ago
Create note.txt

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~melmon/c4ai
read/write
git@git.sr.ht:~melmon/c4ai

You can also use your local clone with git send-email.

#c4ai

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 for deciding where to place pieces. It saves its tree every time the game is closed.

To play, run view.py

Made in 2018 for Computer Science A-level