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