Snake Game Developed using Pygame in Python 3
In the game of Snake, the player uses the arrow keys to move a "snake" around the board. As the snake finds food, it eats the food, and thereby grows larger. The game ends when the snake either moves off the screen or moves into itself. The goal is to make the snake as large as possible before that happens.
Type these commands in your python environment
$ pip install pygame
$ pip install numpy
Up Arrow - Moving Up Down Arrow - Moving Down Right Arrow - Moving Right Left Arrow - Moving Left