-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbarrier.htm
More file actions
72 lines (69 loc) · 2.96 KB
/
barrier.htm
File metadata and controls
72 lines (69 loc) · 2.96 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
<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">
<title>Games of Soldiers - BARRIER</title>
<SCRIPT LANGUAGE="JavaScript" src="board2diag/board2diag.js"></SCRIPT>
<meta name="Microsoft Theme" content="ricepapr 011">
</head>
<body background="ricebk.jpg" bgcolor="#FFFFFF" text="#000000" link="#666633" vlink="#333366" alink="#990000">
<blockquote>
<h1 align="center"><strong><font face="Arial Black">BARRIER</font></strong></h1>
<p align="center"><strong><font size="3">Copyright (c) 2002 <a href="http://karl.kiwi.gen.nz"> Karl Scherer</a></font></strong></p>
<p align="left"><font size="3" face="Arial">This game is played on an empty NxN square
board (let's say 7x7)::</font></p>
<center>
<table border="1" width="168" cellspacing="1" bordercolorlight="#333366" bordercolordark="#000000">
<tr>
<td width="100%" background="back-board.jpg" align="center">
<script LANGUAGE="JavaScript">boardgv2diag("lurd,7,7,49");</script>
</td>
</tr>
</table>
</center>
<table border="0" width="80%">
<tr>
<td width="100%">
<ul>
<li><font size="3" face="Arial"><b>SETUP </b>- Each player drops his
stone on an empty cell.</font>
</li>
<li><font size="3" face="Arial"><b>TURNS</b>
- At each turn, each player must move his stone:</font>
<ul>
<li><font size="3" face="Arial">The stone moves similar to a chess Knight, but in two steps rather than one.<br>
First it moves one (two) cell(s) in one direction, then two (one)
cell(s) orthogonally (hence each player has two moves per turn).</font></li>
<li><font size="3" face="Arial">All positions moved to or jumped over turn into an impenetrable barrier<br>
for both players (i.e., they cannot be moved into or jumped over).</font></li>
</ul>
</li>
<li><font
size="3" face="Arial"><strong>GOAL</strong> - The stalemated player loses.</font></li>
</ul>
</td>
</tr>
</table>
<table border="1" width="600" cellspacing="3" cellpadding="2" bordercolorlight="#333366" bordercolordark="#000000">
<tr>
<td align="center" width="186" bordercolor="#000000" background="back-board.jpg">
<script LANGUAGE="JavaScript"><!--
boardgv2diag("lurd,7,7,hwac3/h6/hhx4/.hhh3/7/7/7");
//--></script>
</td>
<td valign="top" width="414"><font face="Arial"><strong>An example</strong><p><font size="3" face="Arial">If
Black moves to cell [1] then to cell [2], he will create three barriers
at c6, c7 and d7 winning the game.</font></font>
</td>
</tr>
</table>
<p><font size="3" face="Arial">There is a ZRF to play <a href="zrfs/Barrier.zip">Barrier</a>
with <a href="http://www.zillionsofgames.com">Zillions</a>. </font></p>
</blockquote>
<hr>
</body>
</html>