Curses library

From RogueBasin
Revision as of 07:53, 5 January 2009 by Bjorn (talk | contribs)
Jump to navigation Jump to search

Curses is a Text-mode screen handling library originally written by Ken Arnold for Rogue. Since most roguelike games are textmode and, well, roguelike, curses is often used in their development.


Links

Curses entry on Wikipedia

Tutorials

Writing programs with NCURSES [1]
Ncurses programming guide

Curses Implementations

NCurses
NCurses for Ruby
PDCurses