Aatmaj-Zephyr / Basic-memory-game

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

[Add] loader to the game and new css file #103

Closed Rafajrg21 closed 1 year ago

Rafajrg21 commented 1 year ago

What does this PR do?

This PR adds a new loader function and loader element to the project which is shown during the loading of the game. I also created a new styles.css file because the styles were getting a little too big for comfort. Any feedback or correction is appreciated

Screenshots of changes made to the webapp.

memory-loader

Related PRs and Issues

This PR solves #93

Have you updated the README.md file?

Have you made any big breakthrough change?

Is the code beautified?

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