amaurycannesson / connect-four-ai

Play Connect Four against MiniMax and MCTS AIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect Four AI

Play Connect Four against MiniMax and MCTS AIs.

Run

poetry install
cd src; uvicorn connect_four.app:app

TODO

  • Add selector to choose between MiniMax or MCTS
  • Configure AI (depth, duration)
  • Show which player's turn it is
  • Show when there is a tie
  • Choose first player (human/ai)
  • Fix human win message

About

Play Connect Four against MiniMax and MCTS AIs


Languages

Language:Python 93.1%Language:HTML 4.5%Language:CSS 2.4%