Snake is the common name for a videogame concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle.The player controls a dot object on a bordered plane. As it moves forward, it leaves a trail behind, resembling a moving snake.
- Python 2.7
- Pygame
- Run the file Game.py
python Game.py
- Have fun.