Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect Four Game #159

Open
5 tasks done
samriddhitiwary opened this issue Oct 21, 2024 · 2 comments
Open
5 tasks done

Connect Four Game #159

samriddhitiwary opened this issue Oct 21, 2024 · 2 comments
Assignees
Labels
chaos Chaotic update enhancement New feature or request gssoc-ext GSSOC'24 Extd Participant hacktoberfest-accepted hacktoberfest accepted level3 awards 45 points Reactv2 Implementing in React

Comments

@samriddhitiwary
Copy link

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

  • I understand that my idea will add to the chaos and I'm okay with it
  • I agree to follow this project's Code of Conduct
  • I want to work on this feature
  • I'm GSSOC'24 Extd registered Contributor
  • I'm Hacktoberfest registered Contributor
@samriddhitiwary samriddhitiwary added chaos Chaotic update enhancement New feature or request labels Oct 21, 2024
@vansh-codes
Copy link
Owner

Go ahead!

@vansh-codes vansh-codes added gssoc-ext GSSOC'24 Extd Participant level3 awards 45 points hacktoberfest-accepted hacktoberfest accepted Reactv2 Implementing in React labels Oct 21, 2024
@samriddhitiwary
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chaos Chaotic update enhancement New feature or request gssoc-ext GSSOC'24 Extd Participant hacktoberfest-accepted hacktoberfest accepted level3 awards 45 points Reactv2 Implementing in React
Projects
None yet
Development

No branches or pull requests

2 participants