.\" Copyright (C) 2007 Sven Arvidsson .\" Copyright (C) 2014 Michael Catanzaro .\" Copyright (C) 2014 Arnaud Bonatti .\" .\" This file is part of GNOME Reversi, also known as Iagno. .\" .\" GNOME Reversi 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 Reversi 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 Reversi. If not, see . .TH IAGNO 6 "2019\-09\-27" "GNOME" .SH NAME GNOME Reversi \- A disk flipping strategy board game .SH SYNOPSIS .B iagno .RI [ OPTION... ] .SH DESCRIPTION Reversi is a two-player strategy game, played on an 8 by 8 board. Players use tiles that are dark on one side and light on the other. The object of reversi is to flip your opponent’s tiles to your color, while your opponent is trying to flip your tiles to his own color. Opponent’s tiles are flipped when trapped between an already placed tile of your color and the tile you add. Who finishes with more tiles wins! GNOME Reversi allows you to play both a classic reversi game, and the reversed variant, where the goal is to finish with less tile than your opponent. .SH OPTIONS .PP .B \-\-alternative\-start .br .B \-\-random\-start .br .B \-\-usual\-start .RS 7 Reversi can be played with two different initial positions. .br The options --usual-start and --alternative-start permit to directly choose which initial position will be used. .br The option --random-start is for choosing one randomly. .br The three options disable setting the mode from the window. .br You should only use one of these options at the same time. .RE .PP .B \-\-classic .br .B \-\-reverse .RS 7 GNOME Reversi includes two games played with the same mechanisms. .br The option --classic challenges to finish with more pieces. .br The option --reverse challenges to finish with less pieces. .br You should only use one of these options at the same time. .RE .TP .B \-f, \-\-fast\-moves Play with reduced delay before the computer moves. .PP .B \-\-first .br .B \-\-second .br .B \-\-two-players .RS 7 Sets the game mode. .br The options --first and --second are for a one-player game, where the player plays respectively first and second. .br The option --two-players is for a two-players game mode. .br You should only use one of these options at the same time. .RE .TP .B \-h, \-\-help Prints the command line options and exits. .TP .B \-l, \-\-level= Changes the computer's AI level (1-3). .br 1 is the easiest, 2 is good, 3 is the hardest. .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 \-s, \-\-size= Changes the size of the board. The size must be at least 4. .br This option is for debugging only. The AI may not perform optimally. .TP .B \-v, \-\-version Prints the program version and exits. .P This program also accepts the standard GTK+ options. .SH AUTHORS .B iagno was written by Ian Peters and Arnaud Bonatti. .P This manual page was written by Sven Arvidsson , for the Debian project (but may be used by others).