- 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.
- HTML
- CSS
- Javascript
- Feature to check winner by placing four tokens horizontally, vertically, or diagonally
- Multiplayer Game
- Responsive Layout