- This is my first project for PerScholas. This is my version of a DOM based Connect Four game.
- My version of the game can be found here: https://stantheblan.github.io/connectFour/
- More information about the game: https://en.wikipedia.org/wiki/Connect_Four
- Two player game
- Blue is Player 1
- Red is Player 2
- Each player takes turns to try to connect 4 pieces of their color together in the different slots.
- This checks horizontally, vertically, diagonal left, and diagonal right.
- Navigate to https://stantheblan.github.io/connectFour/
- Hover the top row of the game board to visualize where you would like to place your piece.
- Click the column you want your piece.
- Changes players, as indicated by the color of the 'Connect 4' above the board.
- Once won, an alert is displayed and no user input is allowed.
- To reset the game, click the 'Reset' button.
Built with:
- JS
- CSS
- HTML5







