🐍 Classic Snake Game A simple implementation of the classic Snake Game built with Python and Pygame. Navigate the snake using arrow keys, eat food to grow longer, and avoid running into the walls or yourself! 🎮 Features Classic grid-style snake movement Food spawning at random (non-overlapping) positions Score tracking Game Over screen with Restart / Quit options Clean and readable grid lines Simple and lightweight interface 📦 Requirements Python 3.x Pygame You can install Pygame using pip: pip install pygame 🎮 Controls Key Action ↑ Arrow Move Up ↓ Arrow Move Down ← Arrow Move Left → Arrow Move Right R Restart after Game Over Q Quit after Game Over