Connect4
Instructions:
- The goal of the game is to place 4 of your colored tokens in a row (you are the red color)
- The 4-in-a-row can be in any direction: up/down, left/right, or diagonal
- Immediately after your move the AI player will drop their token (their tokens are colored yellow)
- To place a token click the gray button above a column, and your token will be deposited into the corresponding column
- At the end of the game (or any time during the game) you may click the "Start a New Game" button to get a fresh board
Javascript Conversion by Nate Celeste
Original Design by Nate Celeste and Noah Crowley