snake This is a small terminal game - Snake built with the ncurses library. If you want to compile it don't forget to add key -lncurses: gcc main.c -lncurses Type make