FallringTower Ver 1.x  Readme


FallingTower KAI- simple action game
To compile andinstall, please refer to INSTALL.txt

SYNOPSIS
       xjumpx [-toolkitoption ...] [-option ...]

DESCRIPTION
       FallingTower KAI is a simple action game.  You jump higher
       to higher.

OPTIONS AND RESOURCES
       -private
               Use private colormap.
               Resource: XJumpX*private

       +private
               Not use private colormap.
               Resource: XJumpX*private

       -graphic file
               Use your graphic file.
               Resource: XJumpX*graphicXPM

OPERATION
       space,cursor-up
               start game, jump

       cursor-left
               move left

       cursor-right
               move right

       p       pause/unpause

       q       quit game

BUGS
       When it died ABEND, it turned key-repeat off.

KEY CONFIGURETION

You can configure key binding with command-line option or X resources.
You specify KeySym, but program checks keycode related to KeySym,
so modifier is ignored.
You can specify some KeySyms separated by comma.

Resource	Option		Key		Use
----------	----------	------------    ------------------
keyUp		-up		Up key		jump, start game
keyDown		-down		Down key
keyLeft		-left		Left key
keyRight	-right		Right key		
keyTrig1	-trig1		Trigger 1	jump, start game
keyTrig2	-trig2		Trigger 2
keyTrig3	-trig3		Trigger 3
keyTrig4	-trig4		Trigger 4
keyPause	-pause		Pause 		pause/unpause
keyQuit		-quit		Quit		quit game
