In this game players take turns dropping their pieces into one of seven columns that have six rows of slots. The first player to get their pieces into four slots that are vertically, horizontally, or diagonally contiguous wins the game. Web version made with JavaScript/jQuery.
- The board has six rows and seven columns.
- Two players take turns selecting a column to drop their checker into.
- When a player wins, a message appears to announce the victory.
- After there is a victory, the game restarts and it is possible to play again.
- Javascript/jQuery
- HTML
- CSS