add manpage

This commit is contained in:
Björn Esser
2014-12-05 10:53:56 +01:00
parent a9505d949e
commit 986bb70d9b
5 changed files with 309 additions and 4 deletions
+58
View File
@@ -0,0 +1,58 @@
\20\4\8nc(1)
===========
:doctype: manpage
NAME
----
2048nc - The game 2048 for your Linux terminal
SYNOPSIS
--------
*2048nc* ['OPTIONS']
DESCRIPTION
-----------
A non-ncurses cli version of the game 2048 for your Linux terminal.
OPTIONS
-------
*-s* 'size'::
Set the grid border length to 'size'.
*-b* 'rate'::
Set the block spawn rate to 'rate'.
*-r*::
Resets hiscore. Will prompt user.
*-h*::
Display usage information.
CONTROLS
--------
*hjkl* or *wasd*::
Movement
*q*::
Quit the game.
AUTHOR
------
2048nc was originally written by Thiehuis. Some people have
contributed to it.
This manpage is Copyright \(C) 2014 Björn Esser and licensed
under the terms of the MIT License (MIT).
RESOURCES
---------
github: <https://github.com/Tiehuis/2048-cli/>
COPYING
-------
Copyright \(C) 2014 Tiehuis. Free use of this software is
granted under the terms of the MIT License (MIT).