snake clone
a simple clone of snake running in the terminal via ncurses and coded in lua.
before running the game for the first time, run the make file located in libs/ncurses to compile the shared C library which is used for ncurses functionality.
cd libs/ncurses
make
- 'w' move up
- 'a' move left
- 's' move down
- 'd' move right

