Difference between revisions of "Curses library"

From RogueBasin
Jump to navigation Jump to search
m (spelling tweak)
Line 14: Line 14:
[http://ncurses-ruby.berlios.de/ NCurses for Ruby]<br>
[http://ncurses-ruby.berlios.de/ NCurses for Ruby]<br>
[http://pdcurses.sourceforge.net/ PDCurses]
[http://pdcurses.sourceforge.net/ PDCurses]
[[Category:Library]]

Revision as of 07:53, 5 January 2009

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