ternus / pygame-examples

A collection of short-and-sweet pygame games
62 stars 54 forks source link

add snake2.py #3

Closed arjun-chandupatla closed 2 years ago

arjun-chandupatla commented 3 years ago

A slightly more complicated version of the existing snake.py, with a "blueberry" that will make you go faster for a short time but increase the snake's length by 5, as well as alternate controls (WASD), and the ability to quit by pressing "q". I also added a "rock" and "thorns", which will restart the game if bumped itno.