/Connect4AI

A Connect Four AI that uses minimax to a depth of at least 6 with a decent evaluation function. It potentially beats a minimax AI which goes to a depth of 5 and has a very basic evaluation function.

Primary LanguageJava

Watchers