From 881746789a489fad85aae8317555f73dbe261556 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 29 Apr 2017 18:21:56 -0400 Subject: 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 --- apps/plugins/puzzles/src/intro.html | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 apps/plugins/puzzles/src/intro.html (limited to 'apps/plugins/puzzles/src/intro.html') 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 @@ + + + + +Introduction + + + + + + + +

Previous | Contents | Index | Next

+

Chapter 1: Introduction

+

+I 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) Unix, it wasn't available the next time I was sitting at 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 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 – PocketPC, Mac OS pre-10, or whatever it might be – then all the games in this framework will immediately become available on another platform as well. +

+

+The 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.) +

+

+This collection is distributed under the MIT licence (see appendix 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. +

+

+The most recent versions, and source code, can be found at http://www.chiark.greenend.org.uk/~sgtatham/puzzles/. +

+

+Please report bugs to anakin@pobox.com. You might find it helpful to read this article before reporting a bug: +

+

+http://www.chiark.greenend.org.uk/~sgtatham/bugs.html +

+

+Patches are welcome. Especially if they provide a new front end (to make all these games run on another platform), or a new game. +

+ +
+ -- cgit v1.2.3