gulden-geekbrains / snake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:C 99.4%Language:Makefile 0.6%