Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 244 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 244 Bytes

Connect 4 bot

This bot plays Connect 4 and beats me almost all the time. Uses Monte-Carlo search (not the tree version).

To play

python3 ./c4.py

Then type the column number, press Enter, wait for the bot's turn, repeat.

Have fun :)