Matthew Malensek

terminibbles

A terminal-based nibbles (snake) game.

Project homepage: http://matthew.malensek.net/projects/terminibbles

Compile and Install

As long as you have a modern C compiler and ncurses, you should be able to:

cd /path/to/terminibbles
make

The default install directory is /usr/local. If you want to change this, set the PREFIX environment variable when installing. For instance, you might want to install to ~/.local:

PREFIX=$HOME/.local make install

Changelog