This is a simple Snake game application developed using WPF (Windows Presentation Foundation). The player controls a snake to eat food while avoiding crashing into walls or its own body. The game ends when the snake hits a wall or itself.
- Control the snake with arrow keys (up, down, left, right).
- The snake grows longer each time it eats food.
- The game ends when the snake crashes into a wall or itself.
- Displays the player's score.
- .NET 8.0
- Visual Studio (or any compatible WPF IDE).
- Clone this repository to your local machine:
git clone https://github.com/quoc10973/Snake-Evolution.git