home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 1148 / ReadMe.txt < prev    next >
Encoding:
Text File  |  1999-11-17  |  4.2 KB  |  124 lines

  1. ===============================================================================
  2.  [software name          ]  BALLOON
  3.  [registration name      ]  BALLOON
  4.  [copyright person       ]  Cosmic Co., Ltd.
  5.  [operation environment  ]  PSION Series5
  6.  [development environment]  EPOC SDK Relese5
  7.  [developer tool         ]  Microsoft Visual C++ Ver5.0
  8.  [operation confirmation ]  PSION Series5
  9.  [software type          ]  Freeware
  10.  [e-mail                 ]ΓΌ@download@x-visions.com
  11.  [web site               ]  http://www.x-visions.com
  12. ===============================================================================
  13.  
  14.  [Outline of application]
  15.     - BALLOON is a game in which the player tries to smash balloons
  16.       by having a pierrot jump.
  17.  
  18.  
  19.  [Outline of the game]
  20.     - The stage is cleared when the player successfully smashed the balloons.
  21.       Then, the companions of the circus appear.
  22.  
  23.     - The flow of the game is as follows.
  24.       *------------------------*
  25.       |     Game beginning     |
  26.       *------------------------*
  27.                    |            
  28.       *------------------------*
  29.       |         stage1         |
  30.       *------------------------*
  31.                    |            
  32.                    |Clear       
  33.                    |            
  34.       *------------------------*
  35.       |         stage2         |
  36.       *------------------------*
  37.                    |            
  38.                    |Clear       
  39.                    |            
  40.       *------------------------*
  41.       |         stage3         |
  42.       *------------------------*
  43.                    |            
  44.                    |Clear       
  45.                    |            
  46.       *------------------------*
  47.       |  All stages clear      |
  48.       *------------------------*
  49.  
  50.  
  51.     - Method to clear stage 
  52.       The player proceed to the next stage by successfully smash 3 balloons
  53.       moving right and left on the appear part on the screen.
  54.       (One point is added fir each balloon smashed)
  55.       If missed, one point reduces from the player's point.
  56.       (No deduction when the point is 0.)
  57.  
  58.  
  59.  [Install]
  60.     Please install by either of the following methods.
  61.  
  62.     [Installation from PC to PSION Series5]
  63.       Double click BALLOON.SIS from PC and install according to the installer.
  64.  
  65.     [BALLOON.SIS is copied from PC to PSION Series5 and installs.]
  66.       1) start "Add/remove" from "Control panel" of PSION Series5
  67.       2) click "Add new"
  68.       3) select BALLOON.SIS
  69.       4) click "OK"
  70.       Or, start BALLOON.SIS directly.
  71.       Please specify where to install after checking the empty RAM(About 130KB)
  72.       size of the machine.
  73.  
  74.  
  75.  [UnInstall]
  76.       1) start "Add/remove" from "Control panel" of PSION Series5
  77.       2) select "BALLOON 1.00"
  78.       3) click "Remove"
  79.  
  80.  
  81.  [How to play]
  82.  
  83.     [Start]
  84.     - Start the application by clicking "BALLOON" from - "Extras".
  85.  
  86.  
  87.     [Operation]
  88.     - Menu bar
  89.         [File menu]
  90.         - Exit :End the application.
  91.  
  92.         [Option menu]
  93.         - Level Select:The level of the game can be selected from Easy
  94.                        and Hard.
  95.                        Default is Hard.
  96.                        In Easy, the movement speed of the balloon slows.
  97.                        Level can be changed while playing a game.
  98.         - Auto Mode   :Start the Auto mode.
  99.  
  100.  
  101.     [Stages]
  102.       - The pierrot jumps to smash the balloons following
  103.         on the upper part of the screen.
  104.       - In the stage 2 and 3, a player can move the pierrot
  105.         to the right and left.
  106.       - In the stage 3, the balloon moves randomly.
  107.  
  108.         Clear condition :When three balloons are smashed, the stage is cleared.
  109.         Operation method:Use the Enter Key or the cursor key
  110.                          to have the pierrot jump.
  111.                          The height of the jump depends on the power.
  112.                          Press the Enter key after each jump
  113.                          so that the pierrot is ready for the next jump.
  114.         Game level      :The speed of the balloon is slower in the Easy than Hard.
  115.  
  116.  
  117.     [About game over]
  118.        There is no "Game Over".
  119.  
  120.  
  121.  [Releases]
  122.     Oct.5,1999 Version 1.00
  123.         First release!
  124.