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