A classic Snake game implemented in C# Windows Forms. This project was developed as part of the Digital Egypt Pioneers Initiative (DEPI) program. It includes modern features like obstacles, score tracking, high score saving, and incremental levels.
- Classic Snake Gameplay: Move the snake around the board to eat food and grow longer.
- Obstacles: Walls and barriers make the game more challenging.
- Score Tracking: Keep track of your score as you play.
- High Score Saving: Save your high score to a file and compete with yourself.
- Incremental Levels: The game gets faster and harder as you progress.
- Sound Effects: Enjoy sound effects for eating food and game over.
- Responsive Controls: Use arrow keys to control the snake.
- .NET Framework (version 4.7.2 or higher)
- Visual Studio (recommended for development)
- Clone the repository:
git clone https://github.com/your-username/snake-game.git
- Open
SnakeGame\bin\Debug\SnakeGame.exe - Enjoy! ✨
