/SnakeGameInCpp

Snake game in C++ (Console) using OOP and Queue data structure

Primary LanguageC++

SnakeGaneInCpp

Snake game in C++ (Console) using OOP and Queue data structure

Files:

Snake.cpp (Consist of Queue Data structure),

SnakeGame.cpp (Consist of main funciton and other defined functions)