Project Introduction
This is a classic Snake game where the player controls a snake as it moves around the screen and collects food. When the score exceeds five points, a second snake is introduced to provide an additional challenge.
Project Showcase
Start Screen

Single-Snake Mode

Two-Snake Mode
When the score exceeds five points, a second snake appears and increases the game's difficulty.


Technologies
- Python: Develops the game logic and scoring system
- Pygame: Handles game rendering, keyboard input, collisions, and sound effects