Connect4
Connect 4 game done for my Web Dev class.
Live demo: https://celinediaz.github.io/Connect4/
Characteristics
- There are 6 rows and 7 columns
- User can select the column through the input form, then hit the button or enter key.
- There are two players, Player 1 is represented by yellow and Player 2 by red.
- You win when 4 connected (horizontally, vertically or diagonally) cells have the same color.