Difference between revisions of "Curses library"
Jump to navigation
Jump to search
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] | ||
[TinyCurses | [[TinyCurses]] | ||
[[Category:Library]] | [[Category:Library]] |
Revision as of 09:37, 22 May 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
Tutorials
Writing programs with NCURSES [1]
Ncurses programming guide