A few hours and ~200 lines of #C code later, I built something that already resembles a #roguelike, including character movement and a trivial level generator.
This was basically an exercise in curses programming, now I wonder if I should give it a try to build an actual game on this foundation.