Adam Vicente

Adam Vicente

Connect 4 Game

This is connect 4 written in pure JavaScript. It allows for 2 player gameplay, an easy (random) mode, and a hard (minimax) mode. The minimax algorythm uses a search depth of 5 and alpha/beta pruning.

Player X's Turn