Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 276 Bytes

snake

Snake - Pyglet

Snake

Dependencies:

  • Pyglet
  • Random

install dependencies:

pip install pyglet
pip install random

Controls: Use arrow keys to move the snake.

Speed: Alter the SPEED variable in the script to speed up or slow down the game.