A snake game that can run in the terminal, written in C.
I made this simple project to build familiarity with the C programming language, particularly its low-level features like manual memory management and its quirky string manipulation (to someone with a Python background).