Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 367 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 367 Bytes

Snake-Game-Python

For the creation of snake game in Python, class Turtle and library turtle were used. The application consists of four files, the main which includes the creation of the application window and the objects as well as the snake movement control and the files with the classes snake, scoreboard and food that contain the corresponding functionality