1IAGNO(6) Games Manual IAGNO(6)
2
3
4
6 GNOME Reversi - A disk flipping strategy board game
7
9 iagno [OPTION...]
10
12 Reversi is a two-player strategy game, played on an 8 by 8 board.
13 Players use tiles that are dark on one side and light on the other.
14
15 The object of reversi is to flip your opponent’s tiles to your color,
16 while your opponent is trying to flip your tiles to his own color.
17 Opponent’s tiles are flipped when trapped between an already placed
18 tile of your color and the tile you add. Who finishes with more tiles
19 wins!
20
21 GNOME Reversi allows you to play both a classic reversi game, and the
22 reversed variant, where the goal is to finish with less tile than your
23 opponent.
24
26 --alternative-start
27 --random-start
28 --usual-start
29 Reversi can be played with two different initial positions.
30 The options --usual-start and --alternative-start permit to
31 directly choose which initial position will be used.
32 The option --random-start is for choosing one randomly.
33 The three options disable setting the mode from the window.
34 You should only use one of these options at the same time.
35
36 --classic
37 --reverse
38 GNOME Reversi includes two games played with the same mecha‐
39 nisms.
40 The option --classic challenges to finish with more pieces.
41 The option --reverse challenges to finish with less pieces.
42 You should only use one of these options at the same time.
43
44 -f, --fast-moves
45 Play with reduced delay before the computer moves.
46
47 --first
48 --second
49 --two-players
50 Sets the game mode.
51 The options --first and --second are for a one-player game,
52 where the player plays respectively first and second.
53 The option --two-players is for a two-players game mode.
54 You should only use one of these options at the same time.
55
56 -h, --help
57 Prints the command line options and exits.
58
59 -l, --level=<level>
60 Changes the computer's AI level (1-3).
61 1 is the easiest, 2 is good, 3 is the hardest.
62
63 --mute
64 --unmute
65 Turn off/on the sound.
66 If the two options are given, the game is muted.
67
68 -s, --size=<size>
69 Changes the size of the board. The size must be at least 4.
70 This option is for debugging only. The AI may not perform opti‐
71 mally.
72
73 -v, --version
74 Prints the program version and exits.
75
76 This program also accepts the standard GTK+ options.
77
79 iagno was written by Ian Peters and Arnaud Bonatti.
80
81 This manual page was written by Sven Arvidsson <sa@whiz.se>, for the
82 Debian project (but may be used by others).
83
84
85
86GNOME 2019-09-27 IAGNO(6)