summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/intro.html
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-04-29 18:21:56 -0400
committerFranklin Wei <git@fwei.tk>2017-04-29 18:24:42 -0400
commit881746789a489fad85aae8317555f73dbe261556 (patch)
treecec2946362c4698c8db3c10f3242ef546c2c22dd /apps/plugins/puzzles/src/intro.html
parent03dd4b92be7dcd5c8ab06da3810887060e06abd5 (diff)
downloadrockbox-881746789a489fad85aae8317555f73dbe261556.tar.gz
rockbox-881746789a489fad85aae8317555f73dbe261556.zip
puzzles: refactor and resync with upstream
This brings puzzles up-to-date with upstream revision 2d333750272c3967cfd5cd3677572cddeaad5932, though certain changes made by me, including cursor-only Untangle and some compilation fixes remain. Upstream code has been moved to its separate subdirectory and future syncs can be done by simply copying over the new sources. Change-Id: Ia6506ca5f78c3627165ea6791d38db414ace0804
Diffstat (limited to 'apps/plugins/puzzles/src/intro.html')
-rw-r--r--apps/plugins/puzzles/src/intro.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/intro.html b/apps/plugins/puzzles/src/intro.html
new file mode 100644
index 0000000000..cf82c837de
--- /dev/null
+++ b/apps/plugins/puzzles/src/intro.html
@@ -0,0 +1,39 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2"http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
5<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
6<title>Introduction</title>
7<link rel="previous" href="index.html">
8<link rel="ToC" href="index.html">
9<link rel="up" href="index.html">
10<link rel="index" href="docindex.html">
11<link rel="next" href="common.html">
12</head>
13<body>
14<p><a href="index.html">Previous</a> | <a href="index.html">Contents</a> | <a href="docindex.html">Index</a> | <a href="common.html">Next</a></p>
15<h1><a name="C1"></a>Chapter 1: Introduction</h1>
16<p>
17I wrote this collection because I thought there should be more small desktop toys available: little games you can pop up in a window and play for two or three minutes while you take a break from whatever else you were doing. And I was also annoyed that every time I found a good game on (say) <a name="i0"></a>Unix, it wasn't available the next time I was sitting at a <a name="i1"></a>Windows machine, or vice versa; so I arranged that everything in my personal puzzle collection will happily run on both, and have more recently done a port to <a name="i2"></a>Mac OS X as well. When I find (or perhaps invent) further puzzle games that I like, they'll be added to this collection and will immediately be available on both platforms. And if anyone feels like writing any other front ends &#8211; PocketPC, Mac OS pre-10, or whatever it might be &#8211; then all the games in this framework will immediately become available on another platform as well.
18</p>
19<p>
20The actual games in this collection were mostly not my invention; they are re-implementations of existing game concepts within my portable puzzle framework. I do not claim credit, in general, for inventing the rules of any of these puzzles. (I don't even claim authorship of all the code; some of the puzzles have been submitted by other authors.)
21</p>
22<p>
23This collection is distributed under the <a name="i3"></a>MIT licence (see <a href="licence.html#AA">appendix A</a>). This means that you can do pretty much anything you like with the game binaries or the code, except pretending you wrote them yourself, or suing me if anything goes wrong.
24</p>
25<p>
26The most recent versions, and <a name="i4"></a>source code, can be found at <a name="i5"></a><a href="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"><code>http://www.chiark.greenend.org.uk/~sgtatham/puzzles/</code></a>.
27</p>
28<p>
29Please report <a name="i6"></a><a name="i7"></a>bugs to <a href="mailto:anakin@pobox.com"><code>anakin@pobox.com</code></a>. You might find it helpful to read this article before reporting a bug:
30</p>
31<p>
32<a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html"><code>http://www.chiark.greenend.org.uk/~sgtatham/bugs.html</code></a>
33</p>
34<p>
35<a name="i8"></a>Patches are welcome. Especially if they provide a new front end (to make all these games run on another platform), or a new game.
36</p>
37
38<hr><address></address></body>
39</html>