A simple yet fun Connect 4 game built with HTML, CSS, and Vanilla JavaScript.
Players take turns dropping red and yellow pieces into the grid, the first to connect four in a row (horizontally, vertically, or diagonally) wins!
- Two-player gameplay (Red vs Yellow)
- Animated tile: hover and win effects
- Dynamic winner message display
- ↻ Reset button to start a new game instantly
- Retro pixel font with a playful interface
- Subtle dancing title animation using CSS keyframes
- Fully Responsive: adapts perfectly to all screen sizes, including mobile portrait/landscape rotation, tablets, and desktops.
- HTML5: structure of the game board
- CSS3: layout, styling, and animations
- JavaScript (ES6): game logic, event handling, and DOM manipulation
