This is a simple Connect Four game built using HTML, CSS, and JavaScript. Connect Four of your tokens in a series (horizontally, vertically, or diagonally) to Win! Connect four is a physical game which uses gravity to drop tokens hence in this you just need to tap the column in which you want to drop the token.
- Enter the names of Player 1 and Player 2 in the input fields.
- Click the "Start Game" button.
- Players take turns clicking on the columns to drop their tokens.
- The first player to connect four tokens in a row wins.
- If the board is full and no one has won, the game ends in a draw.
- Click the "Play Again" button on the winner screen to start a new game.
- Click the "Restart Game" button on the game board to return to the intro screen.
- HTML
- CSS
- JavaScript
This game was created by \Akshat Singh