Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 563 Bytes

Snake-Game

It is a 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

Used Codebase

Python

Used Liabrary

Turtle

Command

python run main.py

Screenshot of the gameScreenshot 2022-08-18 020109