Connect-4 Game

A web-based implementation of the classic Connect-4 game where a user plays against an automated bot. The game includes interactive gameplay with a 30-second timer for the user to make a move. If the timer runs out, the bot wins automatically.


Features

  • Interactive Gameplay: Users can select cells to make moves.
  • Automated Bot: The bot plays strategically, blocking potential user wins and trying to win itself.
  • Win Detection: Checks for horizontal, vertical, and diagonal wins for both the user and the bot.
  • Reset Functionality: Reset the game to start over.