pbignardi / snake-js

Javascript to play Snake
1 stars 0 forks source link

initial screen for starting the game #2

Open pbignardi opened 1 month ago

pbignardi commented 1 month ago

initial starting screen of the game. Should allow to select a scale of the game to have more "resolution"

pbignardi commented 1 month ago

This could be improved by creating the initial screen with p5, since it allows to create buttons and other fields. Moreover, this way there is no way to pass stuff around with sessionStorage.