-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (49 loc) · 2.47 KB
/
index.html
File metadata and controls
63 lines (49 loc) · 2.47 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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Simon's GitHub Pages</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Type" name="viewport" content="text/html,charset=utf-8,width=device-width">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="simon.ico" rel="shortcut icon">
</head>
<body>
<div id="content">
<h1 class="title">Simon's GitHub Projects</h1>
</div>
<h3>1. Lode Runner - Total Recall (超級運動員-全面回憶)</h3>
<ul>
<!--<li><a target="_blank" href="http://loderunnerwebgame.com">Web page (English)</a></li>-->
<!--<li><a target="_blank" href="http://simonsays-tw.com/web/lodeRunner/lodeRunner.html">Web page (Chinese)</a></li>-->
<!--<li><a target="_blank" href="http://loderunnerwebgame.com/game/">Play game online</a></li>-->
<li><a href="LodeRunner_TotalRecall/lodeRunner.html">Play game (repository)</a></li>
<li><a href="https://github.com/SimonHung/LodeRunner_TotalRecall">Source code</a></li>
</ul>
<h3>2. Nine Linked Rings Puzzle (九連環)</h3>
<ul>
<!--<li><a target="_blank" href="http://simonsays-tw.com/web/NineLinkedRings/NineLinkedRings.html">Web page (Chinese)</a></li>-->
<li><a href="NineLinkedRings/nineLinkedRings.html">Play game (repository)</a></li>
<li><a href="https://github.com/SimonHung/NineLinkedRings">Source code</a></li>
</ul>
<h3>3. Polyomino Puzzle (智慧拼盤)</h3>
<ul>
<!--<li><a target="_blank" href="http://simonsays-tw.com/web/Polyomino/Polyomino.html">Web page (Chinese)</a></li>-->
<li><a href="Polyomino-Puzzle/pentomino.puzzle.html">Play game (repository)</a></li>
<li><a href="Polyomino-Puzzle/polyomino.html">Polyomino puzzle solver (JavaScript)</a></li>
<li><a href="https://github.com/SimonHung/Polyomino-Puzzle">Source code</a></li>
</ul>
<h3>4. Klotski (華容道)</h3>
<ul>
<!--<li><a target="_blank" href="http://simonsays-tw.com/web/Klotski/Klotski.html">Web page (Chinese)</a></li>-->
<li><a href="Klotski/klotski.puzzle.html">Play game (repository)</a></li>
<li><a href="Klotski/klotskiDemo.html">Klotski solver (JavaScript)</a></li>
<li><a href="https://github.com/SimonHung/Klotski">Source code</a></li>
</ul>
<!--
<div id="footer">
<a id="home-url" href="http://simonsays-tw.com/web/contact/contact.html" target="_blank"><img src= "simon.png" /></a>
</div>
-->
</body>