Skip to content

navya99g/Snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game 🐍

This is a classic Snake Game implemented using Python's turtle module. The game features a moving snake, food for the snake to eat, and a score tracker. It’s a fun and interactive project, perfect for learning Python and game development basics!

Features

  • Snake movement controlled with arrow keys (Up, Down, Left, Right).
    • Food randomly appears, and eating food increases the snake's size and score.
    • Collision detection with the walls and snake's own tail ends the game and resets the score.
    • Dynamic and user-friendly scoreboard.

img.png

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages