devsargam / SnakeGame

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

Splash Title Screen #14

Closed devsargam closed 2 years ago

devsargam commented 2 years ago

Title screen like in other games which comes when you pause the game by pressing escape. Lets to view settings in ordered fashion and change themes

thevinitgupta commented 2 years ago

I would like to contribute this feature. Could you please explain what things need to be done?

devsargam commented 2 years ago

GOALS ✨

devsargam commented 2 years ago

@thevinitgupta should I assign you?

thevinitgupta commented 2 years ago

Yes sure. I would love to start working on this.

devsargam commented 2 years ago

@thevinitgupta the repo went through some changes. @larsniet has enabled pause feature. Can you work through this?

thevinitgupta commented 2 years ago

Sure having the pause feature would help me a lot.

thevinitgupta commented 2 years ago

Can I start working on this?

devsargam commented 2 years ago

@thevinitgupta yes you may start on this.

thevinitgupta commented 2 years ago

Thanks @devsargam. I have started working on it. Could you please add the hacktoberfest tag to the issue?

devsargam commented 2 years ago

Done in https://github.com/devsargam/SnakeGame/pull/27