1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
.\"
.\" This file is part of GNOME Taquin.
.\"
.\" Copyright (C) 2014-2016 – Arnaud Bonatti <arnaud.bonatti@gmail.com>
.\"
.\" GNOME Taquin is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" GNOME Taquin is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with GNOME Taquin. If not, see <https://www.gnu.org/licenses/>.
.\"
.TH TAQUIN 6 "2014\-09\-05" "GNOME"
.SH NAME
Taquin \- A sliding puzzle game for GNOME.
.SH SYNOPSIS
.B gnome-taquin
.RI [ OPTION... ]
.SH DESCRIPTION
Taquin is a computer version of the 15-puzzle and other sliding puzzles.
.br
The object of Taquin is to move tiles so that they reach their places,
.br
either indicated with numbers, or with parts of a great image.
.SH OPTIONS
.TP
.B \-h, \-\-help
Prints the command line options and exits.
.PP
.B \-\-fifteen
.br
.B \-\-sixteen
.RS 7
Sets the puzzle game launched.
.br
The option --fifteen is for a classical 15-Puzzle, whereas
the --sixteen option is for a more contemporary puzzle.
.br
You should only use one of these options at the same time.
.RE
.TP
.B \-s, \-\-size=<size>
Sets the puzzle edges' size.
.br
The game is intended to be played in size 3 to 5.
.br
It accepts value from 2 to 9; 2 is for debug only,
whereas 6 or more sizes are just not verified working.
.PP
.B \-\-mute
.br
.B \-\-unmute
.RS 7
Turn off/on the sound.
.br
If the two options are given, the game is muted.
.RE
.TP
.B \-v, \-\-version
Prints the program version and exits.
.P
This program also accepts the standard GTK+ options.
.SH AUTHORS
.B Taquin
was written by Arnaud Bonatti.
.P
This manual page was written by Arnaud Bonatti <arnaud.bonatti@gmail.com>,
for the GNOME project.
|