santi-pdp / ssnake

the snake game implemented in C using ncurses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssnake

The snake game implemented in C using ncurses. Compile it and play!

$ make
$ ./snake

libraries required:

  • libncurses5-dev

About

the snake game implemented in C using ncurses


Languages

Language:C 97.8%Language:Makefile 2.2%