Curses library

From RogueBasin
Revision as of 01:14, 27 March 2006 by DMB (talk | contribs) (Moved the wikilink out of the "implementations" section...*cough*)
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, Rogue-like, curses is often used in thier development.


Links

Curses entry on Wikipedia

Tutorials

Writing programs with NCURSES [1]
Ncurses programming guide

Curses Implimentations

NCurses
NCurses for Ruby
PDCurses