Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 475 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 475 Bytes

Snake Game

Our favorite snake-game now as a python game. Player has to move the snake so as to it does touch the boundaries and eats food to get bigger. Highest scorer wins. Snake is controlled by the arrow keys. Game is built using the turtle library of python.

Pre-requisite

Install turtle library Run snake-game.py on any python compiler.

Preview

image