Connect Four is a classic two-player game where players take turns dropping colored discs (yellow and red) into a grid. The objective is to be the first player to get four of your discs in a row, either vertically, horizontally, or diagonally.
- Two-Player Mode: Play against a friend on the same device.
- Customizable Board Size: Choose the size of the game board to increase or decrease the difficulty.
- Interactive UI: Responsive gameplay with animations.
- Winning Detection: Automatic detection of a winning combination and display of the winner.
- JavaScript: Game logic and interactivity.
- CSS: Styling and layout.
- HTML: Structure of the web page.
- Netlify: Hosting platform.
Play Connect Four 🐞