-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1017 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TableTop.JS</title>
</head>
<body>
<p> <a href="./test.html">Game Test File Here</a> </p>
<p> <a href="./dyn_templates.html">Dynamic UI Module Test Here</a> </p>
<h1>Documentation</h1>
<h3>
<a href="./out/Game.html">Game</a>
</h3>
<h3>
<a href="./out/Player.html">Player</a>
</h3>
<h3>
<a href="./out/Deck.html">Deck</a>
</h3>
<h3>
<a href="./out/Card.html">Card</a>
</h3>
<!-- <a href="./out/global.html">Utils</a> -->
<h1>Example Games</h1>
<h3>
Settlers of Catan <br>
<a href="http://andrewjmeier.github.io/Settlers/" target="_blank"><img src="./assets/settlers-board.png"></a>
</h3>
<h3>
Monopoly <br>
<a href="http://andrewjmeier.github.io/Monopoly" target="_blank"><img src="./assets/monopoly-board.png"</a>
</h3>
</body>
<footer>
</footer>
</html>