Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

kiki-the-nano-bot(6) [debian man page]

kiki-the-nano-bot(6)						   Games Manual 					      kiki-the-nano-bot(6)

NAME
kiki-the-nano-bot - Kiki the nano bot, a 3D puzzle game SYNOPSIS
kiki-the-nano-bot DESCRIPTION
Kiki the nano bot is a 3D puzzle game, mixing Sokoban and Kula World. THE STORY
Once upon a time, there were some tiny little robots living in the nano world. They lived a happy artificial life busily collecting resources for the Maker who made more and more tiny little robots. But one day, a parasitic capacity destroyed the Maker's master control program. Since then he is malfunctioning and only producing lazy stupid little robots which shoot each other and destroy the nano world. Your task is to help kiki, the only sane bot left over, to repair the Maker. HOW TO PLAY
To solve the game, you have to complete several levels. Every level has it's own task. Pressing ESC will display a menu with a 'help' item which explains what you have to do in order to fulfill this task. Once you managed to fulfill the task, the exit gate will be activated. If kiki moves through the activated exit gate, it will be 'beamed' to the next level. The following table lists the default keys you will use to control kiki's actions: Up Move forward Down Move backward Left Turn left Right Turn right Space Shoot Control Jump Shift Push Page down Change view Home Look up End Look down You may change the keys in the keyboard setup screen. For more information, see the game's web site. SEE ALSO
The game's web site <http://kiki.sourceforge.net/> AUTHOR
Kiki the nano bot was developed by Thorsten Kohnhorst (aka Monsterkodi) and others. 2008-05-12 kiki-the-nano-bot(6)

Check Out this Related Man Page

RNANO(1)						      General Commands Manual							  RNANO(1)

NAME
rnano - Restricted mode for Nano's ANOther editor, an enhanced free Pico clone SYNOPSIS
rnano [OPTIONS] [[+LINE,COLUMN] FILE]... DESCRIPTION
This manual page briefly documents the rnano command. nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line and column number". rnano is a restricted version of nano, which only edits specific files and doesn't allow the user access to the filesystem or a command shell. In restricted mode, nano will not: o read or write to any file not specified on the command line; o read any nanorc files; o allow suspending; o allow a file to be appended to, prepended to, or saved under a different name; o use backup files or spell checking. OPTIONS
+LINE,COLUMN Places cursor at line number LINE and column number COLUMN (at least one of which must be specified) on startup, instead of the default of line 1, column 1. -? Same as -h (--help). -h (--help) Show a summary of command line options and exit. -V (--version) Show the current version number and exit. See the nano(1) manpage for the complete documentation of nano. BUGS
Please send any comments or bug reports to nano@nano-editor.org. The nano mailing list is available from nano-devel@gnu.org. To subscribe, email to nano-devel-request@gnu.org with a subject of "subscribe". HOMEPAGE
http://www.nano-editor.org/ AUTHOR
Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details). This manual page was originally written by Thijs Kinkhorst <thijs@kinkhorst.com>, for the Debian system (but may be used by others). August 23, 2007 version 2.0.0 RNANO(1)
Man Page