4 plomlompom tries to build his own roguelike. Currently, it doesn't do
5 much, apart from managing some example ncurses windows in a bizarre
6 fashion. You can move around a player and meet an enemy, but they don't
7 really fight. The map gets generated randomly. There is only one save
8 file (named "savefile"), and it gets overwritten each new turn. To start
9 over with a new world, delete it.
14 Dependencies: ncurses.
16 git clone https://github.com/plomlompom/plomrogue
25 F1 toggle keybinding editing window
30 LEFT scroll windows pad left
31 RIGHT scroll windows pad right
32 > cycle window selection forwards
33 < cycle window selection backwards
34 y shift window forwards
35 Y shift window backwards
36 * grow window horizontally
37 _ shrink window horizontally
38 + grow window vertically
39 - shrink window vertically
51 S save current keybindings
52 UP navigate selection upwards in keybinding editing window
53 DOWN navigate selection downwards in keybinding editing window
54 RETURN modify keybinding selected in keybinding editing window
59 Run "./roguelike -s" to watch a recording of the current game from the
60 beginning. Hit the "next turn / wait" key to increment turns. Keys to
61 manage windows, scroll on the map and quit the program are active; keys
62 to perform player actions are inactive. Append a number to the -s option
63 (like "-s100") to start the recording at the respective turn number.