Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 912 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 912 Bytes

Connect-Four

Madonna vs. Cher

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. welcomepage

Description

  • 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.

popup

Stack

  • Javascript/jQuery
  • HTML
  • CSS