-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbilliards.htm
More file actions
105 lines (101 loc) · 5.5 KB
/
Copy pathbilliards.htm
File metadata and controls
105 lines (101 loc) · 5.5 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-us">
<title>Games of Soldiers - BILLIARDS</title>
<SCRIPT LANGUAGE="JavaScript" src="board2diag/board2diag.js"></SCRIPT>
</head>
<body background="ricebk.jpg" bgcolor="#FFFFFF" text="#000000" link="#666633" vlink="#333366" alink="#990000">
<!--mstheme--><font face="Times New Roman, Times">
<blockquote>
<!--mstheme--></font>
<h1 align="center"><!--mstheme--><font face="Times New Roman, Times" color="#333333"><strong><font face="Arial Black">BILLIARDS</font></strong><!--mstheme--></font></h1>
<!--mstheme--><font face="Times New Roman, Times">
<p align="center"><b>Copyright (c) </b><strong><font size="3"> 2002 Walter Joris</font></strong></p>
<p align="left"><font size="3" face="Arial">This game is played on a 4x3 board
with the following setup:</font></p>
<center>
<!--mstheme--></font>
<table border="1" width="76" cellspacing="1" bordercolorlight="#333366" bordercolordark="#000000">
<tr>
<td width="100%" background="back-board.jpg" align="center">
<!--mstheme--><font face="Times New Roman, Times">
<script LANGUAGE="JavaScript">boardgv2diag("lurd,4,3,www/3/3/xxx");</script>
<!--mstheme--></font>
</td>
</tr>
</table>
<!--mstheme--><font face="Times New Roman, Times">
</center>
<!--mstheme--></font>
<table border="0" width="80%">
<tr>
<td width="100%">
<!--mstheme--><font face="Times New Roman, Times"><!--mstheme--></font>
<!--msthemelist--><table border="0" cellpadding="0" cellspacing="0" width="100%">
<!--msthemelist--><tr>
<!--msthemelist--><td valign="top" width="42"><img src="aricebu1.gif" width="15" height="15" hspace="13"></td>
<td valign="top" width="100%"><!--mstheme--><font face="Times New Roman, Times"><font size="3" face="Arial"><b>TURN</b> - On each turn, each player
may pass or move one friendly stone.</font>
<!--mstheme--></font>
<!--msthemelist--><table border="0" cellpadding="0" cellspacing="0" width="100%">
<!--msthemelist--><tr>
<!--msthemelist--><td valign="top" width="42"><img src="aricebu2.gif" width="12" height="12" hspace="15"></td>
<td valign="top" width="100%"><!--mstheme--><font face="Times New Roman, Times"><font size="3" face="Arial">Each stone moves in a L fashion,
i.e., it slides (orthogonally or diagonally) over a straight line
of empty cells and just before reaching an obstacle (board edge or
another stone), it must make a 90º turn (to the left of to the
right) and move at least one more cell, until it finds another
obstacle (it's invalid to stop in the middle of this double path).</font><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42"><img src="aricebu2.gif" width="12" height="12" hspace="15"></td>
<td valign="top" width="100%"><!--mstheme--><font face="Times New Roman, Times"><font size="3" face="Arial">A stone already at the last row
cannot move.</font><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--></table>
<!--mstheme--><font face="Times New Roman, Times"><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42"><img src="aricebu1.gif" width="15" height="15" hspace="13"></td>
<td valign="top" width="100%"><!--mstheme--><font face="Times New Roman, Times"><font size="3" face="Arial"><strong>GOAL</strong> - Wins the player
that first occupy the opponent initial cells with his own stones.</font>
<!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--></table>
<!--mstheme--><font face="Times New Roman, Times"><!--mstheme--></font>
</td>
</tr>
</table>
<!--mstheme--><font face="Times New Roman, Times"> <!--mstheme--></font>
<table border="1" width="600" cellspacing="3" cellpadding="2" bordercolorlight="#333366" bordercolordark="#000000">
<tr>
<td align="center" width="100" bordercolor="#000000" background="back-board.jpg">
<!--mstheme--><font face="Times New Roman, Times">
<script LANGUAGE="JavaScript">
boardgv2diag("lurd,4,3,xxd/xac/w../.ww");
</script>
<!--mstheme--></font>
</td>
<td valign="top" width="500"><!--mstheme--><font face="Times New Roman, Times"><font face="Arial"><strong>An example</strong>
<p><font size="3">Black's turn. He can win by make the following L path
(thru cells [1], [2] and [3]).</font></p>
<p><font size="3">If it was White's turn, he could move a2 to a1 since
that would not be a L move (after the 90º turn, the stone must at least
move one cell). He could try to prevent black's winning by moving
a2-c2-c4. Then Black could move a3-c3-c2. White must move c4-c3-a3 (the
other two white stones cannot move anymore), and Black wins with
c2-b3-c4. </font></p>
</font>
<!--mstheme--></font>
</td>
</tr>
</table>
<!--mstheme--><font face="Times New Roman, Times">
<p><font size="3" face="Arial">This game is presented at <i>100 Strategic Games for Pen and Paper</i> by Walter
Joris.</font></p>
</blockquote>
<!--msthemeseparator--><p align="center"><img src="aricerul.gif"></p>
<!--mstheme--></font>
</body>
</html>