Snake

tldr: Snake

Snake as plain as it can be, I didn't even include a scoreboard. An interesting part of this was implementing the touch gestures, using the dot product of the touch gesture vector with each of the cardinal directions to see which one to pick. There is also a buffer system for inputs, but given more time I think I would implement this differently, I'm not even sure if its noticeable