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 Memory Game in JS #35

Merged
merged 3 commits into from
Jun 20, 2021
Merged

Added Memory Game in JS #35

merged 3 commits into from
Jun 20, 2021

Conversation

kiruba-r11
Copy link
Contributor

Description

  • It has a 4 * 4 grid and clicking two tiles with the same images gives a score, else it hides again.
  • The game has a scoring formula so that after each move, the LIVE SCORE of the player will be displayed.
  • It also has music for correct, wrong match and also for game end.

Fixes: #29

Type of change

  • 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

@kiruba-r11 kiruba-r11 changed the title Feature 1 Added Memory Game in JS Jun 20, 2021
@Ayush7614 Ayush7614 merged commit 3af090a into Ayush7614:main Jun 20, 2021
@kiruba-r11 kiruba-r11 deleted the feature-1 branch June 20, 2021 17:09
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.

Memory Game
2 participants