Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 531 Bytes

File metadata and controls

13 lines (7 loc) · 531 Bytes

snake-game-in-python

A Snake Game in Python using turtle Library

What is turtle library in Python?

Turtle is a pre-installed Python library that enables users to create pictures and shapes by providing them with a virtual canvas. The onscreen pen that you use for drawing is called the turtle and this is what gives the library its name.

------------- Preview of the game:-------------

Screenshot 2022-11-07 102625