Connect Four implemented in JavaScript.

jQuery implementation

Animated gameplay made possible through jQuery.

Minimax only
Minimax enhanced by Alpha-Beta-Pruning

Pure JavaScript

Implementation without any third-party libraries.

Minimax only
Minimax enhanced by Alpha-Beta-Pruning

Download

four-connect-js.zip
four-connect-js.tar.gz

„Artificial Intelligence“ based on the Minimax- and α-β-Pruning principles.