Welcome to our Connect Four game, built with React! This classic two-player connection game is now digital and more accessible than ever. Check out the live version here.
- Interactive UI: Play Connect Four right in your browser!
- Persistent Game State: Your game progress is saved in local storage, so you can pick up right where you left off.
- Dynamic Game Logic: Utilizes custom logic to check for wins or draws, enhancing the gaming experience.
- Responsive Design: Enjoy the game on any device, optimized for both desktop and mobile.
In-game screenshot of Connect Four.
Screenshot showing the winner modal when someone wins.
To play, simply click on the column where you want to drop your disc. The game alternates turns between player X and player O. The first player to align four discs vertically, horizontally, or diagonally wins the game!
You can reset the game at any time by clicking the "Reset del juego" button, which clears the board, resets turns, and wipes the current game state from local storage.
This game is hosted and can be played here. Enjoy a seamless Connect Four experience directly in your browser!