
Rogue-like game for learning of patience, good risk
estimation, gradual difficulty level decisions.
Due to display resolution limit, I have been forced
to implement function for scrolling between left
and right side of the terminal (80x24). Scrolling is
activated automatically (by the cursor) or manually.
It is recommended to configure your own buttons,
with regard to your playing style.
Buttons configuration file - gp2x_buttons.cfg
If you like this port, or if you like to see more
improvements in the future, you can make donation:
PayPal : [email protected]
+ + + + + + +
VOL- & VOL+ - buttons list; R - terminal scrolling;
L - keyboard emulator; UP, DOWN, ... - directions;
B - enter; A - escape; Y - searching; X - run;
direction & R - dig a tunnel; MENU & L - messages log;
Keys in config file can be represented by ascii char or decimal value. For example, these three are the same:
A '\e'
A 27
A '^['
And means: if you press A button then esc will be send to the terminal. It is possible to combine 2 buttons.
For example:
MENU L '^P'
Changes from previous version of the port:
+ Added function for printing buttons list
+ Changed default buttons
+ Improved keyboard emulator
http://dl.openhandhelds.org/cgi-bin/...0,0,0,0,26,457