Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 369 Bytes

File metadata and controls

11 lines (9 loc) · 369 Bytes

🐍 Snake Game

Game Details

  • Language: Python
  • Description: A classic Snake Game built using Tkinter. Use arrow keys to control the snake, eat the red food to grow longer, and avoid hitting the walls or yourself!

How to Run

  1. Make sure Python 3.x is installed.
  2. Open a terminal and navigate to the folder:
    cd Python/Snake_Game