kevinAlbs / Connect4

Connect 4 AI API and client game.
http://kevinalbs.com/connect4/
12 stars 3 forks source link

Connect Four AI

This repo contains:

See a live demo here: https://kevinalbs.com/connect4/.

Animation showing Connect 4 demo

The API accepts a board state and replies with a list of moves and scores. The scores are calculated using a minimax algorithm and a heuristic.