The classic "snake" game codes in DOS console. This project was done as a personal project. The snake was implemented using a Vector of 'segments' which contained a position (x & y) and a direction, so that each segment could be moved independantly from the rest of the snake. The 'treasures' were also manage using a vector of positions, to store their location within the playing area. Additionally, there is the option for various sized playing areas.