Snakes Pygame: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 47: Line 47:


=== 4. Handle quit and restart key presses ===
=== 4. Handle quit and restart key presses ===

I want to keep playing! So far, there's no way to quit or restart the game (besides closing the window).

Fix this by completing the "3 key presses" TODO in the <code>restart</code> function in <code>snakes.py</code>.