The Snake Game - A C++ project
This was a project I made on my own. I decided to make it entirely in VS Code with C++, seperate of a GDE. This was so I could focus on practicing good software and programming practices without relying on any GDE crutches like collisions, blueprints, or easier graphics.




On top of doing all of the programming for this project, I also had to figure out how to use outside code I was not familiar with to help create the graphics for the game.
To download the code to this game to review and run, click here.

