You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect Four is a two-player connection board game, in which the players choose a color and then take turns dropping colored tokens into a seven-column, six-row vertically suspended grid.
The pieces fall straight down, occupying the lowest available space within the column.
The objective of the game is to be the first to form a straight line of 4 tokens.
Tech Stack
HTML
CSS
Javascript
Functionalities
Feature to check winner by placing four tokens horizontally, vertically, or diagonally
Connect Four is a two-player connection board game, in which the players choose a color and then take turns dropping colored tokens into a seven-column, six-row vertically suspended grid.