File: filler.6

package info (click to toggle)
filler 1.02-6.3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,252 kB
  • sloc: java: 4,218; makefile: 80; sh: 57; xml: 29
file content (36 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download | duplicates (6)
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
.TH FILLER 6 "Thu, May  6 2004 10:08:27 -0400" GNU
.SH NAME
filler \- simple game where two players try to capture half the board
.SH SYNOPSIS
.B filler
.SH "DESCRIPTION"
This manual page documents briefly the
.BR filler
game by John Farrell.
.br
.BR Filler
is a simple game where two players try to capture half of the board.  One
player starts at the hex marked 
.B L
and the other starts at the hex marked 
.B R.
Each player takes turns choosing a colour. When a player chooses a
colour, all board hexes owned by that player change to that colour. 
The colour change captures all adjacent hexes which match the player's new
colour.  The game keeps score of how many hexes each player has captured.
.br
The winner is the first player to control more than half the hexes. As
there are 1377 hexes, you need a score of 689 to win.				 
.SH "SEE ALSO"
http://filler.sourceforge.net
.SH AUTHOR
This manual page was written by 
.br
Wojciech Jeczmien <Wojciech.Jeczmien@ocean.univ.gda.pl>,
.br
for the Debian GNU/Linux system
(but may be used by others according to the terms in the GNU Lesser
General Public License).  It has been updated by
.BR
James Damour <suvarov454@users.sourceforge.net>.
.br