Skip to content

kevinAlbs/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four AI

This repo contains:

  • Connect Four AI API written in PHP
  • Implemented front-end game in html/javascript

See a live demo here: http://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.

About

Connect 4 AI API and client game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published