Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 391 Bytes

File metadata and controls

23 lines (19 loc) · 391 Bytes

Pygame Snake

A classic Snake game built with Python and Pygame.

Features

  • Smooth movement
  • Scoring system
  • Game over screen

How to Run

  1. Install requirements:
    pip install -r requirements.txt
  2. Run the game:
    python main.py

Controls

  • Arrow Keys: Change snake direction
  • Q: Quit game
  • C: Play again (after Game Over)