-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (160 loc) · 5.24 KB
/
index.html
File metadata and controls
175 lines (160 loc) · 5.24 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title>Abstract Games</title>
<meta content="Andrew Dabrowski" name="author">
<meta content="javascript solo games" name="description">
</head>
<body
style=" color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); background-image: url('pics/100_9522Sunflower2.jpg');"
link="#ffcc99" vlink="#ccffff" alink="#ee0000">
<h1 style="text-align: center;">Abstract Games</h1>
<big>These are some abstract games programmed in javascript for solo
play.<br>
</big><br>
<h3>
<big>Cups</big>
</h3>
<a href="games/Cups/index.html"><img alt="Cups board" src="pics/cups.png"
style="border: 0px solid ; width: 400px; height: 311px;"></a><br>
<br>
<big>A modern mancala variant from "A Gamut of Games" (henceforth AGoG).</big>
<br>
<br>
<h3>
<big>NanOware</big>
</h3>
<a href="games/Awale/index.html"><img alt="Oware board" src="pics/nanOware.png"
style="border: 0px solid ; width: 400px; height: 180px;"></a><br>
<br>
<big>A nano version of Oware, a popular mancala game.</big>
<br>
<br>
<h3>
<big>Mate</big>
</h3>
<a href="games/Mate/index.html"><img alt="Mate board" src="pics/mate.png"
style="border: 0px solid ; width: 400px; height: 311px;"></a><br>
<br>
<big>A game of perfect information played with cards (AGoG).</big>
<br>
<br>
<h3>
<big>3 Musketeers</big>
</h3>
<a href="games/3musketeers/index.html"><img alt="Musketeers board" src="pics/3musk.png"
style="border: 0px solid ; width: 360px; height: 311px;"></a><br>
<br>
<big>Another small but amusing game from AGoG.</big>
<br>
<br>
<h3>
<big>Gin</big>
</h3>
<a href="games/gin/index.html"><img alt="Gin tableau" src="pics/ginScreen.png"
style="border: 0px solid ; width: 360px; height: 311px;"></a><br>
<br>
<big>Gin rummy. Cards are kind of abstract, right?</big>
<br>
<br>
<h3><big>VennDoku</big></h3>
<a href="games/venn/venn01.html"><img alt="Venn diagram" src="pics/vennWSscreen.png"
style="border: 0px solid ; width: 440px; height: 360px;"></a><br>
<br>
<big>Venn diagram deduction game.</big><br>
<br>
<br><br>
<h3><big>Tic-Tac-Toe</big></h3>
<a href="games/ttt/ttt01.html"><img alt="ttt board" src="pics/ttt.png"
style="border: 0px solid ; width: 221px; height: 180px;"></a><br>
<br>
<a href="games/ttt/ttt01.html"><big>Everybody's first abstract game.</big></a><br>
<br>
<br><br>
<h3><big>Terni Lapilli</big></h3>
<a href="games/terniLapilli/terniLapilli01.html"><img alt="terni lapilli board"
src="pics/ternilapilli.png"
style="border: 0px solid ; width: 247px; height: 306px;"></a><br>
<br>
<big>The <a href="games/terniLapilli/terniLapilli01.html">ancient Roman form of
tic-tac-toe</a> - a little bit better than the modern variety.</big><br>
<br>
<h3><big>Invaderz</big></h3>
<a href="games/invaderz/invaderz01.html"><img alt="invaderz board" src="pics/invaderz.png"
style="border: 0px solid ; width: 282px; height: 263px;"></a><br>
<br>
<big>A <a href="games/invaderz/invaderz01.html">variant on Hasami Shogi</a>.</big><br>
<br><br><br>
<h3><big>Oust</big></h3>
<a href="games/Oust/index.html"><img alt="oust board" src="pics/oust.png"
style="border: 0px solid ; width: 356px; height: 341px;"></a><br>
<br>
<br>
<big>A <a href="games/Oust/index.html">game</a> designed by Mark Steere. I
might have called it Zug-Zwang-Zwang.</big><br>
<br><br><br>
<h3><big>Four-in-a-Row</big></h3>
<a href="games/fourInARow/664.html"><img alt="6x6 4-in-a-row board" src="pics/664.png"
style="border: 0px solid ; width: 347px; height: 288px;"></a><br>
<br>
<big>Another classic, in two sizes: <a href="games/fourInARow/554.html">5x5</a> and <a
href="games/fourInARow/664.html">6x6.</a></big><br>
<br>
<br>
<br>
<h3><big>Gerrymander</big></h3>
<a href="games/gerrymander/gerrymander01.html"><img alt="gerrymander board"
src="pics/gerrymander.png"
style="border: 0px solid ; width: 591px; height: 401px;"></a><br>
<br>
<big>A <a href="games/gerrymander/gerrymander01.html">game</a> inspired by the political
shenanigans of the <a
href="http://en.wikipedia.org/wiki/Gerrymandering">same name</a>.</big><br>
<br>
<br>
<br>
<h3><big>Life & <span style="color:Black">Death</span></big></h3>
<a href="games/Life/index.html"><img alt="Life & Death board"
src="pics/life.png"
style="border: 0px solid ; width: 500px; height: 500px;"></a><br>
<br>
<big>
A two person game inspired by John Conway's well known Game of Life.
</big><br>
<br>
<br>
<br>
<h3><big>Knight Morphs</big></h3>
<a href="games/arithmachy/index.html"><img alt="Number Chess board"
src="pics/KnightMorphs.png"
style="border: 0px solid ; width: 500px; height: 500px;"></a><br>
<br>
<big>
Chess with numbers that move like knights.
</big><br>
<br>
<br>
<br>
<h3><big>Bulls & Cows</big></h3>
<a href="games/BullsAndCows/index.html"><img alt="Bulls & Cows board"
src="games/BullsAndCows/miniature_bucking_bulls_bred_cows_500_cortez_co_29715983_flat.jpg"
style="border: 0px solid ; width: 400px; height: 500px;"></a><br>
<br>
<big>
The classic game; this version competes with you.
</big><br>
<br>
<br>
<h3><big>Brandubh</big></h3>
<a href="games/Brandubh/index.html"><img alt="Brandubh board"
src="pics/brandubh.png"
style="border: 0px solid ; width: 500px; height: 500px;"></a><br>
<br>
<big>
Irish Viking Chess.
</big><br>
<br>
</body>
</html>