I got bored so I made a quick proof of concept for a pong type game. I think if somebody wanted to they could use the same ideas and make a version of Snake that would be pretty sweet.
As of right now all it does is accept input in the form of "w" to make the player paddle go up and "s" to make the player paddle go down. Once you enter any input the ball will head towards the player's paddle and if it makes contact with the paddle will head toward the opponent's paddle. Right now there is no vertical movement for the ball and the opponent does nothing. Like I said it's just a proof of concept to show that we can accept user input while continuously updating the play field.