Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 333 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 333 Bytes

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.