1IAGNO(6) Games Manual IAGNO(6)
2
3
4
6 Iagno - A disk flipping game derived from Reversi
7
9 iagno [OPTION...]
10
12 Iagno is a two-player strategy game similar to Go. The board is 8 by 8
13 with tiles that are black on one side and white on the other side. The
14 object of Iagno is to flip as many of your opponent's tiles to your
15 color as possible without your opponent flipping your tiles. This is
16 done by trapping your opponent's tiles between two tiles of your own
17 color.
18
20 --alternative-start
21 Start the game with an alternative position.
22
23 -f, --fast-moves
24 Play with reduced delay before the computer moves.
25
26 --first
27 --second
28 --two-players
29 Sets the game mode.
30 The options --first and --second are for a one-player game,
31 where the player plays respectively first and second.
32 The option --two-players is for a two-players game mode.
33 You should only use one of these options at the same time.
34
35 -h, --help
36 Prints the command line options and exits.
37
38 -l, --level=<level>
39 Changes the computer's AI level (1-3).
40 1 is the easiest, 2 is good, 3 is the hardest.
41
42 --mute
43 --unmute
44 Turn off/on the sound.
45 If the two options are given, the game is muted.
46
47 -s, --size=<size>
48 Changes the size of the board. The size must be at least 4.
49 This option is for debugging only. The AI may not perform opti‐
50 mally.
51
52 -v, --version
53 Prints the program version and exits.
54
55 This program also accepts the standard GTK+ options.
56
58 iagno was written by Ian Peters.
59
60 This manual page was written by Sven Arvidsson <sa@whiz.se>, for the
61 Debian project (but may be used by others).
62
63
64
65GNOME 2014-02-08 IAGNO(6)