Introduction
Introduction Statistics Contact Development Disclaimer Help
ui_rogue_readme - sacc - sacc - sacc(omys), simple console gopher client (confi…
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
ui_rogue_readme (1023B)
---
1 # Description
2 This UI module (?) for sacc displays directories like rogue/hack dungeon…
3
4 The code is ugly. It's obvious that I (pazz0) don't know what I do.
5
6 # Compiling
7 Copy ui_rogue.c in the sacc source directory.
8 Go in the sacc source directory and execute blindly the following comman…
9 ```
10 make clean && make UI=rogue
11 ```
12 sacc will now have the much more confusing ui_rogue interface.
13
14 # Key mapping
15 h, j, k, l: left, down, up, right
16 space: interact (in dungeon), select (in menu)
17 ESC or q: exit (in dungeon), close menu
18
19 # Map explanation
20 @: That's you!
21 E or ?: bookshelf/book (gopher type '0')
22 L or >: elevator/staircase down/staircase up (gopher type '1' on the…
23 O or 0: portal machine/portal (gopher type '1' on another server)
24 %: heap of stuff (other non-handled gopher types, apart from 'i…
25 standout (inverse) 0 or <: a way to go back to the previous gopher direc…
26
27 . or #: floor
28 /: doors (behaves like floor)
29 | or -: wall
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.