Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 216 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 216 Bytes

Snake Game

A classic Snake game built with Python, Tkinter, and Pygame.

How to Run the Game

Prerequisites

  • Python 3.x installed on your system.

  • Pygame library.

    pip install pygame