devsargam / SnakeGame

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

Optimize Screen-Height - prevent scrolling #33

Closed xstable closed 2 years ago

xstable commented 2 years ago

The Screen is to big, so that below the board there is a white area. If I play snake at my 15' Screen, it makes trouble as the screen is scrolling up and down if I do use the arrow keys to play.

image

Please assign me, I'll fix it as hacktoberfest-task

devsargam commented 2 years ago

Great much needed!