.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "2048 6" .TH 2048 6 "2021-01-09" "0.20210105.1243" "Games Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" 2048 \- single player slide and add puzzle game .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fB2048\fR [\fImode\fR] .SH "DESCRIPTION" .IX Header "DESCRIPTION" This manual page documents briefly the \fB2048\fR command. .PP The \fB2048\fR game is a mathematics based puzzle game where you have to slide tiles in a 4x4 board in any of the four possible directions by using the arrow keys. .PP Touching tiles with the same value are then merged into tiles with the added value of the merged ones. .PP You start with a randomly placed pair of 2\-valued tiles. New tiles with a value of 2 appear randomly in a free position after sliding. To win you have to reach a tile with a value of 2048 before the board is full. .SH "OPTIONS" .IX Header "OPTIONS" Only one argument is allowed, which allows selecting different colors from the original and running internal tests. Current supported values for \fImode\fR are: .IP "\fBblackwhite\fR" 2 .IX Item "blackwhite" Runs the program in black and white color scheme. .IP "\fBbluered\fR" 2 .IX Item "bluered" Runs the program in blue-to-red color scheme (requires 256\-color support on terminal). .IP "\fBtest\fR" 2 .IX Item "test" Runs internal tests, a good idea before committing changes to the code. .SH "AUTHORS" .IX Header "AUTHORS" .IP "Maurits van der Schee" 4 .IX Item "Maurits van der Schee" Wrote the \fB2048\fR program. .IP "Ricardo Mones " 4 .IX Item "Ricardo Mones " Wrote this manpage for the Debian™ system. .SH "LICENSE" .IX Header "LICENSE" Copyright © 2020 Ricardo Mones .PP This manual page was written for the Debian™ distribution (but may be used by others) because the original program does not have a manual page. .PP Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \&\*(L"Software\*(R"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: .PP The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. .PP \&\s-1THE SOFTWARE IS PROVIDED \*(L"AS IS\*(R", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\s0