Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 406 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 406 Bytes

SnakeGamePython

Basic Snake Game made in Python just for testing

Dependencies

The script requires the following modules:

pygame: A set of Python modules designed for writing video games.
random: A module used for generating random numbers.
sys: A module providing access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter.