im-ant / Connect4-Bot

A bot that plays Connect 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect4-Bot

A bot that plays Connect 4 using Monte Carlo Tree Search (MCTS)

Files

Agent.py

Agent which uses MCTS to decide on the next move.

SimuGame.py

Simulates either human-agent game or agent-computer (default API AI) game.

APIConnectFour.py

API functions to play a game of Connect-4.

About

A bot that plays Connect 4


Languages

Language:Python 100.0%