devsargam / SnakeGame

A simple snake game made with vanilla javascript.
https://snakeinjs.netlify.app/
MIT License
27 stars 21 forks source link

add splash title screen #27

Closed thevinitgupta closed 1 year ago

thevinitgupta commented 1 year ago

snakeoverlay

netlify[bot] commented 1 year ago

Deploy Preview for snakeinjs ready!

Name Link
Latest commit 24b799d6dc864307539c106d6052e3fa7057d0a1
Latest deploy log https://app.netlify.com/sites/snakeinjs/deploys/63417d51498932000955e95f
Deploy Preview https://deploy-preview-27--snakeinjs.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 settings.

devsargam commented 1 year ago

https://github.com/devsargam/SnakeGame/issues/14

thevinitgupta commented 1 year ago

Sure I will work on this.

thevinitgupta commented 1 year ago

I have made all the changes requested The style of the options changes with the changing theme : classictheme pinktheme

Added the sounds to toggling splash screen

devsargam commented 1 year ago

@thevinitgupta everything looks good but add option to turn on and off sound just like theme and difficulty. You may use toggle button like below and everything becomes fine. image

devsargam commented 1 year ago

@thevinitgupta also make sure you use yarn instead of npm and remove package-lock.json.

thevinitgupta commented 1 year ago

I have added the sound toggle button on the title screen

devsargam commented 1 year ago

@thevinitgupta well done. Everything looks very polished! :tada: