-
Notifications
You must be signed in to change notification settings - Fork 24
/
help.html
80 lines (62 loc) · 3.43 KB
/
help.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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Simon Tatham's Portable Puzzle Collection</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
.license { display: none; }
</style>
<script type="text/javascript">
function reveal(name) {
document.getElementById(name).style.display = "block";
return false;
}
</script>
</head>
<body>
<p>Previous | <a href="index.html">Contents</a> | <a href="docindex.html">Index</a> | <a href="index.html">Next</a></p>
<h1>Simon Tatham's Portable Puzzle Collection</h1>
<p>
This is a port of <a href="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/">Simon Tatham's Portable Puzzle Collection</a> to the iPhone and iPad.
</p>
<p>
Each puzzle game has its own help page describing the object of the game and how to play.
</p>
<h2>Touch Controls</h2>
<p>
The included instructions are the same as for all other versions.
They refer to "left click" and "right click" for mouse control.
To left click in this version, tap on a game tile.
To right click, press and hold on a game tile.
A short keyclick sound will confirm a right click.
</p>
<h2>Game Descriptions</h2>
<p>
View all game descriptions at <a href="index.html">Contents</a>.
</p>
<h2>About This Version</h2>
<p>
<div>Version Number: <span id="version"></span></div>
<div>Original <span id="orig_version"></span></div>
</p>
<p>
This version of Simon Tatham's Portable Puzzle Collection has been ported to iOS by <a href="https://hewgill.com">Greg Hewgill</a>.
While every care has been taken to support all the features of each puzzle, you might still notice something is not quite right.
Please let me know if you have any suggestions for improvement, or problem reports, at <a href="mailto:greg@hewgill.com"><greg@hewgill.com></a>.
</p>
<p>
Some third party open source software is included in this implementation.
Their license texts follow:
</p>
<h3><a href="javascript:reveal('SGTPuzzles')">Simon Tatham's Portable Puzzle Collection</a></h3>
<div class="license" id="SGTPuzzles">
<p>This software is copyright 2004-2012 Simon Tatham.</p>
<p>Portions copyright Richard Boulton, James Harvey, Mike Pinna, Jonas Kölker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd Schmidt, Steffen Bauer and Lennard Sprong.</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
</div>
</body>
</html>