/Connect4

A browser-based Connect 4 game made with Phaser 3! https://iammanish17.github.io/Connect4/

Primary LanguageJavaScriptMIT LicenseMIT

Connect4

A browser-based Connect 4 game made with Phaser 3! Play it here!

Info

To win the game, connect four of your pieces vertically/horizontally/diagonally. The opponent is an AI that works using Minimax algorithm choosing the optimal move.