/four-in-line

A simple Four-in-Line / Connect Four clone

Primary LanguageJavaScriptOtherNOASSERTION

Four-in-Line

This is a simple Four-in-Line / Connect Four clone. It implements a two players mode and a minimax AI. The AI is run in a Web Worker, as it requires significant resources with depth = 8 (hard level).