This is a classic Snake game implemented in C# using WPF (Windows Presentation Foundation).
- Use the arrow keys to control the snake's direction.
- Eat the red food to grow longer and increase your score.
- Avoid hitting the walls or yourself.
- Smooth snake movement
- Score tracking
- Game over dialog
- Restart functionality
- Open the solution in Visual Studio.
- Build the project.
- Run the executable.
- Up Arrow: Move snake up
- Down Arrow: Move snake down
- Left Arrow: Move snake left
- Right Arrow: Move snake right