Connect 4:
A Modern twist on an old classic game. Connect 4 is a two player game where players take turns dropping chips onto the board. The chips fall straight down, occupying the lowest available space within the column. The first player to connect 4 chips of the same color wins!
Technologies Used: -JavaScript -HTML -CSS
Getting Started:
Click on this link to get started: https://andrew-merz.github.io/Project-1-Connect-4/
- Click Start to start the game
- Player 1 is assigned the red chip and player 2 is assigned the yellow chip
- Player 1 begins the game by clicking the button under the column they choose to place their chip in
- If you are unsure which button controls which column, a highlighted chip will appear over the column on the top of the screen
- Each player takes turns placing their chip
- If you are unsure whose turn it is, the top of the page will display the current player
- The goal of the game is to connect 4 of the players assigned colored chips either vertically, horizontally, or diagonally before the other player can connect theirs
- Tip: Be mindful of your players moves, they can sneak up on you and win the game!
Next Steps/IceBox items:
- Implement an option for the player to choose which color chip they would like to use
- Make the highlighted chips the same color as the players chips
- Create an option for the user to play against the computer by implementing an AI



