You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply compile the Snake.cpp file and then run the executable
How to play
W A S D to move, eat apples to grow in size, if you hit a wall you die, if you hit yourself you die.
Important note
Make sure to open the .exe file that is compiled by the compiler in order to play the game, if you run this program inside VSCode's terminal it will glitch out since it depends on the terminal's size.
About
A simple snake game made entirely inside the Windows command terminal using c++