blob: 6188077ef54001c789812ee9008ea1973d9ad549 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# 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
## Todo
Add gitignore, fix bugs lol
|