You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I acknowledge that the page becomes unresponsive as the snake reaches a length of 15 on mobile browser, 20 on desktop browser. I suspect that this behavior is due to some memory leak or may be because it used all the buffer space by the time it reaches a length of 15(or 20) on mobile(or desktop). I'm trying to figure out how to resolve this issue.
any contributions towards solving this is issue are most welcome.
feel free to play around the code and do raise a pull request if you've managed to solve this issue.
Thanks in advance. All the best 🤝
The text was updated successfully, but these errors were encountered:
srikanth7785
changed the title
Page unresponsive when snake reaches a length > 15Page Unresponsive when snake reaches a length > 15
Nov 14, 2021
I acknowledge that the page becomes
unresponsive
as the snake reaches a length of 15 on mobile browser, 20 on desktop browser. I suspect that this behavior is due to some memory leak or may be because it used all the buffer space by the time it reaches a length of 15(or 20) on mobile(or desktop). I'm trying to figure out how to resolve this issue.any contributions towards solving this is issue are most welcome.
feel free to play around the code and do raise a pull request if you've managed to solve this issue.
Thanks in advance. All the best 🤝
The text was updated successfully, but these errors were encountered: