-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathboku.htm
More file actions
76 lines (73 loc) · 3.73 KB
/
boku.htm
File metadata and controls
76 lines (73 loc) · 3.73 KB
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
75
76
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Theme" content="ricepapr 011">
<title>Games of Soldiers - BOKU</title>
<script LANGUAGE="JavaScript" src="hex2diag/hex2diag.js"></script>
</head>
<body background="ricebk.jpg" bgcolor="#FFFFFF" text="#000000" link="#666633" vlink="#333366" alink="#990000">
<blockquote>
<h1 align="center"><strong><font face="Arial Black">BOKU </font> </strong></h1>
<p align="center"><strong><font size="3">Copyright (c) 1998 <a href="mailto:robnelsoncompany@hotmail.com">Rob Nelson</a></font></strong></p>
<p align="left"><font face="Arial">Boku</font><font size="3" face="Arial">, aka Bolix, is played on a 5x6 hexagonal
board with 36 stones for each player (so, a total of 72 stones to occupy 80 empty cells).</font></p>
<center>
<table border="2" width="305" bgcolor="#D5BD83" bordercolorlight="#333366" bordercolordark="#000000">
<tr>
<td width="100%" background="back-board.jpg"><script LANGUAGE="JavaScript"><!--
hexgv2diag("5,10,5,...../....../......./......../........./........../........./......../......./....../.....");
//--></script></td>
</tr>
</table>
</center>
<br><table border="0" width="80%">
<tr>
<td width="100%">
<ul>
<li><font size="3" face="Arial"><strong>MOVE
</strong>- A player drops a stone on an empty cell</font>
<ul>
<li><font size="3" face="Arial"><b>KO</b>
- If a player makes a capture, the opponent can not
immediately play in the same spot.</font></li>
</ul>
</li>
<li><font size="3" face="Arial"><b>CAPTURE</b>
- A player captures one of two
stones any time he sandwiches those stones between a pair of his stones.</font></li>
<li><font size="3" face="Arial"><b>GOAL</b>
- A player wins if he gets five or more stones in a row.</font></li>
</ul>
</td>
</tr>
</table>
<p align="left"><font face="Arial">Boku is remarkable
simple, but according to <a href="mailto:glu@who.net">David Glaude</a> and other
players, the game is, at best (due to limitations on board size and number of
stones) a draw. With less restrictions, Boku has probably a big first player
advantage (like Gomoku and Pente without opening restrictions).</font></p>
<table border="1" width="600" cellspacing="3" cellpadding="2" bordercolorlight="#333366" bordercolordark="#000000">
<tr>
<td align="left" width="305" bordercolor="#000000" background="back-board.jpg"><script LANGUAGE="JavaScript"><!--
hexgv2diag("5,10,5,...../....../......./...wx.../.w.cw..../..w.W...../.xxxaxx../..wxxw../......./....../.....");
//--></script>
</td>
<td valign="top" width="295"><font face="Arial"><strong>An example</strong></font><p><font face="Arial">White's turn. He must drop a stone at cell [1],
or Black will win with a 6 in a row. After that, Black may drop a stone
at [2], capturing the marked white stone or stone at [1]. </font><p><font face="Arial">If
the stone at [1] is captured, White cannot play there (Ko rule) and Black
wins.</font></td>
</tr>
</table>
<p align="left"><font face="Arial">More information about Boku rules
<a href="https://boku.bandoodle.co.uk/rules.php">here</a>. Also a 2000
<a href="https://web.archive.org/web/20080427213037/http:/www.msoworld.com/mindzine/news/proprietary/mso4boku.html">
review</a> by John Knoderer.</font></p>
<p align="left"><font face="Arial">There's a <a href="zrfs/boku.zip">ZRF</a> to
play Boku.</font></p><hr>
</blockquote>
</body>
</html>