iiitl / snake-game-js

0 stars 43 forks source link

Added Mute, Pause and Fullscreen functionalities #21

Closed vishalparida closed 7 months ago

vishalparida commented 7 months ago

Added mute, pause and full screen functionalities using the appropriate icons that toggle with every click. Arranged them properly next to the game display area. Made necessary changes in the html, css and js file SOLVED Issue #5

Screenshot 2024-03-15 160058
ANKITy102 commented 7 months ago

Added mute, pause and full screen functionalities using the appropriate icons that toggle with every click. Arranged them properly next to the game display area. Made necessary changes in the html, css and js file SOLVED Issue #5

Screenshot 2024-03-15 160058

@vishalparida Change the position of buttons so that it looks more attractive. It is on the face of snake that doesn't look good. You can also change the background image with some better background.

vishalparida commented 7 months ago

Added mute, pause and full screen functionalities using the appropriate icons that toggle with every click. Arranged them properly next to the game display area. Made necessary changes in the html, css and js file SOLVED Issue #5

Screenshot 2024-03-15 160058

@vishalparida Change the position of buttons so that it looks more attractive. It is on the face of snake that doesn't look good. You can also change the background image with some better background.

Hey @ANKITy102, I corrected the positioning in my new pull request... Please review the changes.

ANKITy102 commented 7 months ago

@vishalparida, Please don't create new pull request for same issue.