iamrahulmahato / master-web-development

Learn to code by building projects.
https://masterwebdevelopment.netlify.app/
MIT License
167 stars 440 forks source link

📃: link up game #610 #2396

Closed Niraj1608 closed 2 weeks ago

Niraj1608 commented 2 weeks ago

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:

screenshots

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

Screenshot 2024-11-10 155225

github-actions[bot] commented 2 weeks ago

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! 😊

netlify[bot] commented 2 weeks ago

Deploy Preview for masterwebdevelopment ready!

Name Link
Latest commit f04ea5b1e307e60ee6f40506d5a8efded8296e60
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 commented 2 weeks ago

@iamrahulmahato review my pr