Snake game (#100DaysOfCode)
Snake game as part of the 100DaysOfCode challenge (day 21) Play fullscreen!! Otherwise the edges will not show.
[deleted]
Failed to get any fruit lmao
Applemaster13
@TereDeJugo haha woops!
Snake game as part of the 100DaysOfCode challenge (day 21) Play fullscreen!! Otherwise the edges will not show.
Failed to get any fruit lmao
@TereDeJugo haha woops!
this is very cool, but the reaction time of the snake is terrible
@JacobMcPherson1 thanks! Yeah that's due to the time.sleep(0.1) function.. probably would have to rewrite to not use code sleep functions to ensure all keytaps are registered.