nsnake/nsnake.6

64 lines
1.4 KiB
Groff

.TH nsnake 6 "Tue, 14 May 2013" v1.7 "nSnake v1.7"
.SH NAME
nsnake \- A snake game clone with nCurses
.SH SYNOPSIS
nsnake
.RB [ -h ]
.RB [ -l ]
.RB [ -v ]
.RB [ -r ]
.SH 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:
.PP
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.
.PP
The game ends when the snake collides with the walls or itself. Currently,
nSnake has two modes: With Borders and without borders.
.PP
The challenge is to earn the biggest score possible by eating as many fruits as
you can.
.B Controls:
.RS
Numbers (1~9) Changes the game speed at the main menu
Arrow Keys, WASD, hjkl Moves the snake
q Quits the game at any time
p Pauses/Unpauses the game
.RE
.SH OPTIONS
.TP
.B "-h, --help"
Displays the quick help text.
.TP
.B "-l, --license"
Displays the program license and warranty.
.TP
.B "-v, --version"
Displays the version and general information.
.TP
.B "-r, --reset-scores"
Resets all the Highscores to default.
.SH BUGS
If you find a bug, please email me at <alex.dantas92@gmail.com>.
.SH AUTHOR
This manual page and nSnake were both written by Alexandre Dantas <alex.dantas92@gmail.com>.