A classic CLI snake game implemented in C++ using windows.h library and designed in an object oriented manner.
- The game offers three difficulty levels - Easy, Medium and Hard
- The Speed of the snake is decided by the difficulty level chosen by the user
- The sequence of * represents the snake
- The @ symbol represents the fruit
Currently working on to optimize the code!