devsargam / SnakeGame

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

[bug]: Fix the overflow of the `Game over` modal #61

Closed inclinedadarsh closed 2 years ago

inclinedadarsh commented 2 years ago

Describe the bug After the game is over, the text in the Game Over modal overflows.

To Reproduce Steps to reproduce the behavior:

  1. Play the game and fail.
  2. See error

Expected behavior The text should not overflow.

Screenshots or GIFs image

Info (please complete the following information):

inclinedadarsh commented 2 years ago

I can fix this, please assign it to me.

amardeep911 commented 2 years ago

Plz assign this to me

devsargam commented 2 years ago

@inclinedadarsh go ahead!

devsargam commented 2 years ago

resolved in #63