diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | c90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch) | |
tree | 6d8391395bce9eaea4ad78958617edb20c6a7573 /ksokoban/README | |
download | tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksokoban/README')
-rw-r--r-- | ksokoban/README | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ksokoban/README b/ksokoban/README new file mode 100644 index 00000000..c9b4e399 --- /dev/null +++ b/ksokoban/README @@ -0,0 +1,33 @@ +ksokoban 0.2.2 - a Sokoban game for KDE + +copyright 1998 Anders Widell <[email protected]> + +ksokoban is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License. See the file +COPYING for details. + +See http://hem.passagen.se/awl/ksokoban/ for later versions of ksokoban. +See the file AUTHORS for details about where the levels come from. + +------------------------------------------------------------------------ + +PLAYING +======= + +The objective of the game is to push all the red gems (these should +actually have been crates, but gems looked nicer) to the goal squares, +which are marked with green glassy things on the floor. + +Use the cursor keys to move about. If you move onto a gem and there is +noting blocking it on the opposite side, then you will push the gem. + +Use the CONTROL key together with the cursor keys to move as far as +possible in a direction without pushing any gems. With the SHIFT key +you will move as far as possible in a direction, possibly pushing a +gem if it is in the way. + +Use the left mouse button to move to any place you can reach without +pushing any gems. The middle mouse moves in a straight line, possibly +pushing a gem if it is in the way. + +The U key or the right mouse button undoes the last move. |