Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 209 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 209 Bytes

SnakeGame

You need to install:

* libncurses5-dev
* libncursesw5-dev

To run next to run this commands below:

  • gcc -o snake screen.h list.h list.c screen.c main.c -lncurses
  • ./snake