Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 334 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 334 Bytes

Aim

Aim of the project was to create the Snake Game in which the user can use the keys ‘A’,’S’,’D’ and ‘W’ to control the snake and help it eat the fruits which keeps on popping randomly anywhere on the screen. The code was written in Dev C++ and used fundamental concepts of C++ like Functions, Classes and Loops.