Snakes Pygame: Difference between revisions

 
Line 38:
=== 2. Give snakes the ability to move in all directions ===
 
So far, the snake can only move up or down. Fix this by completing the "Handle the remaining movement keys" TODO in the <code>move</code> method of the <code>Snake</code> class. Test your changes by re-running the game and moving your snake left and right.poop
 
=== 3. Give the game a better background ===
Anonymous user