|
NAMEnsnake —
a snake game for your terminal
SYNOPSIS
DESCRIPTIONYou are controlling a snake where the goal is eating food spawning randomly on the screen.There are two types of food, normal and free, respectively +, *. The head of the snake is symbolized with an @. Each time you eat a piece of food, the snake will be grown by two. If you eat a free piece of food the score will be increased but not the snake's length. The following options are available:
KEYSTo move the snake the following keys may be used:Up, kMove to upDown, jMove to downLeft, hMove to leftRight, lMove to rightpSuspend the game until p is pressed again.cChange the color.qQuit the game and save the score.AUTHORSnsnake was written by David Demelier <markand@malikania.fr>BUGSThe snake seems to be faster when moving vertically, this is due to terminal character dimensions.
Visit the GSP FreeBSD Man Page Interface. |