A simple MeteorJS implementation of the classic Connect Four game.
Live demo: Demo
Resources: I refered to the following resources for the AI implementation. Minimax: http://roadtolarissa.com/connect-4-ai-how-it-works/ Heuristics: https://github.com/jl23889/Code-Foo.git