nrossetti / nrossetti.github.io

Collection of Static Pages
MIT License
0 stars 0 forks source link

Make snake game responsive #1

Open nrossetti opened 3 years ago

nrossetti commented 3 years ago

Make snake game responsive via dynamically sized canvas/graphics or at least coded media queries.

nrossetti commented 3 years ago

Made responsive across devices through CSS changes mostly, however the game needs touch controls and other mobile features implemented. Created new issue here #3

nrossetti commented 3 years ago

The responsive design does not work as intended. Need to devise a new strategy for the concept (canvas ontop image) most likely need to use JS to query and change/respond in real time,.

nrossetti commented 3 years ago

similar to issue #11 my testing was insufficient and the formatting is still broken on actual mobile devices. I think this has to do with my media queries and factors related to phone resolution/pixel density.