Connect Four is a web-based implementation of the classic board game. Play against a friend or challenge the built-in bot, which evaluates board positions and selects the most strategic moves.
You can try the application live on GitHub Pages:
🔗 Connect Four
- HTML
- CSS
- JavaScript
- Two-player mode.
- Single-player mode with a bot that evaluates board positions.
- Dynamic turn system with a countdown timer.
- Animated interface with hover effects.
- Fully responsive design.
- Clone the repository:
git clone https://github.com/your-github-username/ConnectFour.git
- Open the
index.html
file in your browser.
This project was inspired by a challenge from Frontend Mentor. The current implementation was created from scratch using only the challenge’s visual guidelines as a reference. You can view the original challenge https://www.frontendmentor.io/challenges/connect-four-game-6G8QVH923s.