Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 298 Bytes

File metadata and controls

9 lines (7 loc) · 298 Bytes

C-snake

A simple text based snake game written in C. Whenever I learn a language or system, I write a snake game to learn the workflow and basic syntax. I wrote this snake game while learning C.

Compile with gcc

gcc -o C-snake C-snake.c

Supported Operating Systems: Linux, MacOS