vansh-codes / ChaosWeb

Everything is chaotic here!!
https://chaosweb.vercel.app/
MIT License
17 stars 62 forks source link

Connect Four Game #159

Open samriddhitiwary opened 3 days ago

samriddhitiwary commented 3 days ago

Describe your chaotic idea

The Connect Four game in ReactJS features a 7x6 grid where two players take turns dropping colored discs. The game alternates turns, checks for winning conditions (four in a row horizontally, vertically, or diagonally), and detects draws when the board is full. Players can restart the game with a button, and the responsive design ensures it's playable on various devices. The game utilizes React components to manage the state and render the game board dynamically.

Add Screenshots or Sketches

image

Confirm

vansh-codes commented 2 days ago

Go ahead!

samriddhitiwary commented 1 day ago

@vansh-codes Thank you I will start working on it