Author: Zack Schrage 2022
This is a C++ Snake Game
Make in the root directory will compile to a binary executable with name snakegame Run the executable with ./snakegame
Use WASD to move Objective is to aquire as many green apples as possible and grow in length without self intersecting If you crash, you can hit enter to return to the menu
Settings state from the menu is under construction