snake game in C uses ncurses libary so make sure you have that USE THE ARROW KEYS TO MOVE to build run this in the directory the files are in gcc snek.c -o snek -lncurses then run ./snek game should run in terminal and idk how it works with windows