Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 562 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 562 Bytes

Snake-Game

Learning Purpose of this Project: To create a "Snake" game without any proper game engine and to only use C#'s System.Drawing library and "DrawPanelLibrary".

This specific varient of Snake was created using the System.Drawing library and "DrawPanelLibrary".

No external game engine was used in the creation of this project.

How to Play:

W - up

S - down

A - left

D - right

To begin the game, press any of the movement buttons.

The goal of the game is to collect all the fruits as the snake. Be careful not to hit yourself.