From c90c389a8a8d9d8661e9772ec4144c5cf2039f23 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- doc/ksame/Makefile.am | 4 + doc/ksame/index.docbook | 295 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 299 insertions(+) create mode 100644 doc/ksame/Makefile.am create mode 100644 doc/ksame/index.docbook (limited to 'doc/ksame') diff --git a/doc/ksame/Makefile.am b/doc/ksame/Makefile.am new file mode 100644 index 00000000..368fc0da --- /dev/null +++ b/doc/ksame/Makefile.am @@ -0,0 +1,4 @@ + +KDE_DOCS = AUTO +KDE_LANG = en + diff --git a/doc/ksame/index.docbook b/doc/ksame/index.docbook new file mode 100644 index 00000000..4e9cb5e9 --- /dev/null +++ b/doc/ksame/index.docbook @@ -0,0 +1,295 @@ + + + + + +]> + + + + +The &ksame; Handbook + + + +Nicholas +Robbins + +
&Nicholas.Robbins.mail;
+
+
+ +
+ + +2000 +Nicholas Robbins + +&FDLNotice; + +2005-12-17 +0.5.1 + +&ksame; is a nice little program meant to amuse you for +anywhere from 3 minutes to 6 days (straight). + + +KDE +kdegames +ksame + + +
+ + +Introduction + +&ksame; is a simple game. It is played by one player, so there is only one +winner :-) You play for fun and against the high score. It has been inspired by +SameGame, which is only really famous on the Macintosh. + +In 1997 &Stephan.Kulow; and Marcus Kreutzberger wrote Probiere (a German pun). It was their first attempt to +write a X11 application. They decided that it would be a good idea to port it to +&kde;, and here we are. + + + + + +Using &ksame; + +A very simple premise. There are a bunch of marbles. Get rid of them +all. ;-) + +You can erase same marbles when they are connected vertically or +horizontally when you click them. If there are pieces over the erased ones, +they will drop down. If all of the pieces on the vertical line are erased, all +pieces on the right side will slide to the left. + +The score is calculated as follows: +Subtract 2 from the number of marbles erased, and square the result. +As an example, if you erase 7 balls, then you get 25 points (7 minus 2 = 5. 5 squared is 25 points).If you erase 8 +balls, then you get 36 points (8 minus 2 = 6. 6 squared is 36 points. + +Get as many of the +same pieces as you can, and then erase them in one click. That way you will get +a higher score. The game is over when there are no pieces that can be +erased. + +The score will then be decreased according to the number of remaining +pieces. If you erase all pieces 1,000 bonus points will be added to the final +score. + + + +More &ksame; Features + +&ksame; is wonderful in that it will allow you to kill 5 minutes while you +wait for that program to compile. + + Or, if nothing else, it will allow you to kill 5 minutes. + + + + + +Command Reference + + +The Main &ksame; Window + +There is a large area with lots of marbles. Underneath is the status +bar. Above is the menu bar. + + +The <guimenu>Game</guimenu> Menu + + + + + +&Ctrl;N + +Game +New + +Starts a new game. If Settings +Random Board is enabled, a random game is started. +Otherwise you are presented a dialog in which you can choose a specific board. + + + + + + +&Ctrl;R + +Game +Restart This Board + +Restarts the current board. + + + + + +&Ctrl;H + +Game +Show Highscores + +Displays the high score table. + + + + + +&Ctrl;Q + +Game +Quit + +Quits &ksame;. + + + + + + +The <guimenu>Edit</guimenu> Menu + + + + + +&Ctrl;Z + +Edit +Undo + +This will undo the last move. + + + + + + +The <guimenu>Settings</guimenu> Menu + + + + +Settings +Random Board + +Enabling this will make the Game +New start with a random board instead of letting +you choose a specific board. + + + + +Settings +Show Number Remaining + +Displays the remaining numbers of marbles for each color in the status bar. + + + + +Settings +Configure Shortcuts... + + +Configure the keyboard keys you use to access the +different actions. + + + + + +Settings +Configure Notifications... + +Displays a standard &kde; notifications +configuration dialog to change the audio and visual notifications for &ksame;. + + + + + + + +The <guimenu>Help</guimenu> Menu + +&help.menu.documentation; + + + + + + + + +Credits and License + +&ksame; + +Program copyright 1997 Marcus Kreutzberger +kreutzbe@informatik.mu-luebeck.de +Contributors: + +&Stephan.Kulow; &Stephan.Kulow.mail; + + + +Documentation copyright 2000 Nicholas R. Robbins +logik9000@home.com + + +&underFDL; + + +&underGPL; + + + + +Installation + + +How to obtain &ksame; + +&install.intro.documentation; + + + + +Requirements + +In order to successfully use &ksame;, you need &kde; 3.0. Or at least the +kdelibs package. + + + + +Compilation and Installation + +&install.compile.documentation; + + + + + + +&documentation.index; +
+ + -- cgit v1.2.1