Skip to content

0xp4ck3t/Classic-Snakegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Snake Game

This is a classic snake game created built under python Turtle graphics library

main.py is the main file to run the snake game. The functions on the conditions of the snake game.

food.py is where the food or in this case the turtle is created. The turtle will spawn in random locations when the snake eats it.

scoreboard.py is where we track the score, and the the prompt when the game is over.

snake.py the snakes are built here, initially created 3 squares and when the turtle is eaten, it extends itself.

snake_game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages