Connect Four is a classic two-player strategy game implemented as a web-based application. Players take turns dropping colored discs into a vertical grid, aiming to connect four of their discs in a row before their opponent.
- 4x4 game board
- Two-player gameplay (Red vs Purple)
- "New Game" button to restart
- "Suggest" button for move recommendations
- Win detection and display
- Open the game in a web browser
- Players alternate turns, clicking on a column to drop their disc
- First player to connect four discs in a row (vertically, horizontally, or diagonally) wins
- Click "New Game" to start over
- Built with React.js
- Responsive design for various screen sizes