Hi! I'm practicing C++ by making a game of snake with no chatgpt usage.
To play the game type "make snake" into the directory with these files(haven't worked on a way to execute the file in other ways yet). Then type ./snake
So far I've learned about: Vectors which allows for dynamic increases of array sizes Relearning nistd.h library and its ability to printout onto the screen Overloading operators for structs