Who does not love a snake game on a console application?
- ASCI characters used to represent the snake, food and borders.
- Snake itself is a linked list.
- Gave me my first exposure to project building on visual studio and screen buffers thus enhancing my understanding of c++.
- Done by following javidix on youtube video link
Note
Source.cpp contains the source code
Important
The app will not perform as intended if you maximize it or change the size of the window.