about summary refs log tree commit diff
path: root/README.md
blob: 92b95c6587359df116add5bb0d10df40d124baae (plain) (blame)
1
2
3
4
5
6
7
#CSNAKE

##Usage
Compile linked_list.c as an object file and then compile snake.c with -lncurses and the linked_list object file

##Bugs
Only works in xterm idk why