Skip to content

iammanish17/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.