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

Added Connect Four Game in JS #38

Merged
merged 3 commits into from
Jun 21, 2021
Merged

Conversation

kiruba-r11
Copy link
Contributor

Description

  • The would-be 6 rows and 7 columns, and it's a two-player game.
  • The first one to connect any four consecutive cells horizontally, vertically or diagonally, will be declared the winner.

Fixes #36

Type of change

Please delete options that are not relevant.

  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines(Clean Code) of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests/screenshots(if any) that prove my fix is effective or that my feature works

@Ayush7614 Ayush7614 merged commit 9417679 into Ayush7614:main Jun 21, 2021
@kiruba-r11 kiruba-r11 deleted the feature-1 branch June 21, 2021 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connect Four Game in JS
2 participants