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

📃: link up game #610 #2396

Merged
merged 1 commit into from
Nov 10, 2024
Merged

📃: link up game #610 #2396

merged 1 commit into from
Nov 10, 2024

Conversation

Niraj1608
Copy link
Contributor

Fix #610

Animal Match is a simple pair-matching memory game where the player turns over pairs of cards and tries to find matching animals. This game is implemented in pure JavaScript using localStorage for leaderboards, so can easily be cheated using the console or modifying web elements, but short of a server-client implementation this is unavoidable. It's still fun to play!

There are four single-player gamemodes:

  • Classic (finding pairs of animals)
  • 3-match (still 12 unique animals, but now there are 3 of each)
  • 4-match (finding sets of 4 of each animal)

screenshots

Screenshot 2024-11-10 155245
Screenshot 2024-11-10 155305

Screenshot 2024-11-10 155225

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Nov 10, 2024

Deploy Preview for masterwebdevelopment ready!

Name Link
🔨 Latest commit f04ea5b
🔍 Latest deploy log https://app.netlify.com/sites/masterwebdevelopment/deploys/67308a053d17d700085d3ad4
😎 Deploy Preview https://deploy-preview-2396--masterwebdevelopment.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Niraj1608
Copy link
Contributor Author

@iamrahulmahato review my pr

@iamrahulmahato iamrahulmahato merged commit bd741f2 into iamrahulmahato:main Nov 10, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: link up game
2 participants