This is one of older code, one of first attempts with ncurses and writing a game.
It's a simple console game.
You have to install ncurses and ncurses-dev packages.
This is working on Linux, Mac OS X and probably on any system where ncurses and posix threads work.
Checkout the repository and run make
This will generate a snakie exectuable file, so simply run it
./snakie
And that's all
