Provided by: nsnake_1.5-1_amd64 ![bug](/img/bug.png)
![bug](/img/bug.png)
NAME
nsnake - A snake game clone with nCurses
SYNOPSIS
nsnake [-h] [-l] [-v] [-r]
DESCRIPTION
nSnake is a implementation of the classic snake game with textual interface. It is playable at command-line and uses the nCurses C library for graphics. The rules are the same of any snake game: You control a hungry snake and the objective is to eat as many fruits you can. Each fruit eaten increases it's size by two units. The game ends when the snake collides with the walls or itself. Currently, nSnake has two modes: With Borders and without borders. The challenge is to earn the biggest score possible by eating as many fruits as you can. Controls: Numbers (1~9) Changes the game speed at the main menu Arrow Keys, WASD Moves the snake q Quits the game at any time p Pauses/Unpauses the game
OPTIONS
-h, --help Displays the quick help text. -l, --license Displays the program license and warranty. -v, --version Displays the version and general information. -r, --reset-scores Resets all the Highscores to default.
BUGS
If you find a bug, please email me at <alex.dantas92@gmail.com>.
AUTHOR
This manual page and nSnake were both written by Alexandre Dantas <alex.dantas92@gmail.com>.