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
Simple remake of the game snake in C that is not finished yet. Runs in the terminal.
How to run, download this repository and unzip it. Then compile it in the terminal using a compile command (Ex: gcc snake.c). Then run the resulting .out file.
About
Simple remake of the game snake in C. Runs in the terminal