Aatmaj-Zephyr / Basic-memory-game

This is a basic "memory game" which is implemented for practising java script
MIT License
5 stars 15 forks source link

feat: prevent multiple click with using set clickable on tiles #101

Closed retry19 closed 1 year ago

retry19 commented 1 year ago

What does this PR do?

Prevent multiple click when image still loading

Screenshots of changes made to the webapp.

https://user-images.githubusercontent.com/39640211/196786979-0378de02-8a9e-45af-af91-2fe2bbc3ac00.mp4

Related PRs and Issues

Closes #94

Have you updated the README.md file?

Have you made any big breakthrough change?

Is the code beautified?

Is the code clear to understand woth proper variable naming and comments?