Basic Snake Game made in Python just for testing
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.