Skip to content

quoc10973/Snake-Evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game in WPF

Introduction

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.

Features

  • 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.

Requirements

  • .NET 8.0
  • Visual Studio (or any compatible WPF IDE).

Installation

  1. Clone this repository to your local machine:
    git clone https://github.com/quoc10973/Snake-Evolution.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages