A simple implementation of a snake game in python using pygame.
This games uses a variety of assets such as a background, custom images for the body parts of the snake and the food.
Open the command line in the games directory and run the following command.
python snake.py
Or simply open the python file directly.