home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / games / IndiZone / blix / blix.man < prev    next >
Encoding:
Text File  |  1994-08-02  |  4.0 KB  |  95 lines

  1.  
  2. BLIX(6D)              Xtreme Graphics Software                       BLIX(6D)
  3.  
  4. NAME
  5.      blix - mouse-in-maze game
  6.  
  7. SYNOPSIS
  8.      blix [ -s ]  [ -w ]
  9.  
  10. DESCRIPTION
  11.      The game presents you with a mouse in a maze on a sphere. The mouse
  12.      faces all sorts of dangers. The goal is to show the mouse through
  13.      the maze by letting it walk using the 'mouse'.
  14.  
  15.      There are three types of monsters: spider, fish and bones.
  16.      The spider is the slowest, but the smartest; the bones are
  17.      very fast, so watch out.
  18.  
  19.      In the lower left corner of the screen you see your score, and
  20.      in the right corner you see your highscore.
  21.  
  22.      A level is finished when you destroyed all the elevators in the
  23.      maze. Elevators can only be destroyed when the door is completely
  24.      open.
  25.  
  26. BLIX OPTIONS
  27.      The following options can be specified on the command line
  28.  
  29.      -s   no music.
  30.                   Initially no music (can be turned on in the program).
  31.      -w   no worldscore.
  32.                   Disable network access to the world-wide highscore server.
  33.  
  34. BLIX CONTROL
  35.      The following mouse-buttons have been defined when in the blix window.
  36.  
  37.      Left button          : move the mouse in the direction of the pointer.
  38.      Middle Button        : Rotate the sphere
  39.      Left + Middle Button : Zoom (Move up = zoom in)
  40.      Right Button         : Options Menu
  41.  
  42.      To place a BOMB hit the space bar on the keyboard.
  43.  
  44. BLIX CUSTOMIZATION
  45.      Blix tries to find its data files in several different places, but if
  46.      it complains about not being able to locate blix.dat, you might set
  47.      the environment variable BLIXDIR to hold the path to that file (and
  48.      all the others).
  49.  
  50.      Blix manages three lists of highscores: your personal one, a system
  51.      wide one and a world wide one. Only your personal one is a real
  52.      highscore list, because the other two in general show only the best
  53.      seven players, not the seven highest scores achieved.
  54.      For each player blix can insert an image and a name in the highscore
  55.      list. The image should be stored in the file .bliximage in your home
  56.      directory before you start the game. The image format used is Iris RGB
  57.      with a maximum size of 100x100 pixels. Images that fail to match the
  58.      specified format are silently ignored. The imagefile should be
  59.      readable by anyone on your system.
  60.      Instead of your username, you can use an alias. simply write one down
  61.      in the first line of the file .blixalias and store that file in your
  62.      home directory.
  63.  
  64. BLIX WORLD WIDE HIGHSCORE
  65.      If you cannot connect to the world wide highscore server, or if you
  66.      don't want to appear on that world wide highscore list, you should
  67.      start the game with the -w option. Otherwise, the program will
  68.      request the current highscore from the server, and if there are
  69.      entries on that list with photographs of people you don't have,
  70.      then blix will request those images from the server. Blix will
  71.      remove images no longer on the highscore list. If, during your game
  72.      run, blix discovers that you might have beaten one of the entries
  73.      on the world wide highscore, it will send your score plus your image
  74.      to the server.
  75.  
  76.      The world wide hishscore list can be viewed without the images on the
  77.      www server of Silicon Graphics. Use a networkbrowser like Mosaic
  78.      (ftp-able from ftp.ncsa.uiuc.edu) and examine
  79.      http://www.sgi.com:8181/score.html
  80.  
  81.      If you are running your own 'world wide' highscore server, you need
  82.      to set the environment variable BLIXSERVER to hold the numeric
  83.      internet address which may include a port number as a suffix,
  84.      separated from the internet address by a colon.
  85.  
  86. NOTE
  87.      The online help in the Options Menu (via the right mouse button)
  88.      needs showcase 3.0 or higher.
  89.      The data files in the obj subdirectory may be compressed for saving
  90.      diskspace, or uncompressed for faster loading.
  91.  
  92.            (c) 1994 Frans van Hoesel, hoesel@chem.rug.nl
  93.  
  94. Page 1                 Xtreme Graphics Software                 January 1994
  95.