Snakes Pygame: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
Line 38: Line 38:
=== 2. Give snakes the ability to move in all directions ===
=== 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.
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 ===
=== 3. Give the game a better background ===