Index of /ports/games/xjumpx/work/xjumpx-1.4

      Name                    Last modified       Size  Description

[DIR] Parent Directory 22-Jan-2008 22:06 - [   ] ChangeLog 14-Aug-2001 05:32 1k [   ] INSTALL.euc 14-Aug-2001 05:32 2k [TXT] INSTALL.txt 14-Aug-2001 05:32 2k [   ] Makefile 05-Jan-2008 18:50 2k [   ] Makefile.setgid 14-Aug-2001 05:10 2k [   ] Makefile.setuid 14-Aug-2001 05:10 2k [   ] XJumpX.ad 14-Aug-2001 05:10 2k [   ] floor.c 14-Aug-2001 05:10 6k [   ] floor.o 22-Jan-2008 22:05 5k [   ] game.c 14-Aug-2001 05:10 3k [   ] game.o 22-Jan-2008 22:05 3k [   ] hero.c 14-Aug-2001 05:10 4k [   ] hero.o 22-Jan-2008 22:05 3k [IMG] icon.xbm 14-Aug-2001 05:10 1k [IMG] icon_msk.xbm 14-Aug-2001 05:10 1k [   ] key.c 14-Aug-2001 05:10 3k [   ] key.h 14-Aug-2001 05:10 2k [   ] key.o 22-Jan-2008 22:05 2k [   ] main.c 14-Aug-2001 05:32 19k [   ] main.o 22-Jan-2008 22:05 93k [   ] misc.c 14-Aug-2001 05:10 2k [   ] misc.o 22-Jan-2008 22:05 2k [IMG] picture.xpm 14-Aug-2001 05:10 19k [   ] record.c 14-Aug-2001 05:10 7k [   ] record.h 14-Aug-2001 05:10 2k [   ] record.o 22-Jan-2008 22:05 7k [   ] resource.c 14-Aug-2001 05:10 4k [   ] resource.o 05-Jan-2008 18:50 4k [IMG] title.xpm 14-Aug-2001 05:10 50k [   ] xjump.h 14-Aug-2001 05:10 2k [   ] xjump_xlib.h 14-Aug-2001 05:10 2k [   ] xjumpx 22-Jan-2008 22:05 109k [   ] xjumpx.1 14-Aug-2001 05:10 2k

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