-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path4dttt.htm
More file actions
74 lines (71 loc) · 3.14 KB
/
4dttt.htm
File metadata and controls
74 lines (71 loc) · 3.14 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
<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 - 4D TIC TAC TOE</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">4D Tic-Tac-Toe</font></strong></h1>
<p align="center"><strong><font size="3">Copyright (c) 1998 <a href="mailto:sbridges.geo@yahoo.com">Sean
Bridges</a></font></strong></p>
<p align="left"><font size="3" face="Arial">This game is played on an empty
3x3x3x3 cell board (or one 9x9 square board):</font></p>
<center>
<table border="1" width="252" cellspacing="1" bordercolordark="#000000" bordercolorlight="#333366">
<tr>
<td width="100%" background="back-board.jpg" align="center">
<script LANGUAGE="JavaScript">boardgv2diag("lurd,11,11,...z...z.../...z...z.../...z...z.../zzzzzzzzzzz/...z...z.../...z...z.../...z...z.../zzzzzzzzzzz/...z...z.../...z...z.../...z...z...");</script>
</td>
</tr>
</table>
</center>
<br>
<table border="0" width="80%">
<tr>
<td width="100%">
<ul>
<li><font size="3" face="Arial"><b>DROP</b> - On each turn, each
player drops a stone on an empty cell.</font>
</li>
<li><font
size="3" face="Arial"><strong>GOAL</strong> - When all cells are
occupied, wins the player with more 3 in-a-rows.</font></li>
</ul>
</td>
</tr>
</table>
<table border="1" width="600" cellspacing="3" cellpadding="2" bordercolorlight="#333366" bordercolordark="#000000">
<tr>
<td align="center" width="252" bordercolor="#000000" background="back-board.jpg">
<script LANGUAGE="JavaScript"><!--
boardgv2diag("lurd,11,11,x;;z;;.z;.;/;;.z;;.z.../;.;z...z;.;/zzzzzzzzzzz/;;.z;;.z.../;;.z;;.z.../...z...z.../zzzzzzzzzzz/;.;z...z;.;/...z...z.../;.;z...z;.;");//--></script>
</td>
<td valign="top" width="338"><font face="Arial"><strong>N rows 4
dimensions...</strong><p><font size="3" face="Arial">The green dots show
all the 3 in-a-rows that include the black stone.</font></font>
</td>
</tr>
<tr>
<td align="center" width="252" bordercolor="#000000" background="back-board.jpg">
<script LANGUAGE="JavaScript"><!--
boardgv2diag("lurd,11,11,xwwzxxxzwww/xwxzxwxzxwx/wwwzxwxzwww/zzzzzzzzzzz/xwxzxxwzwwx/xwwzxwxzxwx/xwxzwwxzxwx/zzzzzzzzzzz/wwwzxxxzwww/xwwzxxxzxwx/xwwzxxxzwwx");//--></script>
</td>
<td valign="top" width="338"><font size="3" face="Arial"><b>A sample
endgame </b></font>
<p><font size="3" face="Arial">This game was a victory for White, which
won 73-42. </font>
</td>
</tr>
</table>
<p><font face="Arial">More info at
<a href="https://boardgamegeek.com/boardgame/32596/4d-tic-tac-toe">BGG</a>.</font></p>
</blockquote>
<hr>
</body>
</html>