Difference between revisions of "Curses library"

From RogueBasin
Jump to navigation Jump to search
m (Moved the wikilink out of the "implementations" section...*cough*)
m (Reverted edit of ZkvFf2, changed back to last version by DMB)
(One intermediate revision by the same user not shown)
(No difference)

Revision as of 15:43, 15 June 2007

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