Curses library
Revision as of 11:48, 3 May 2018 by Jaydg (talk | contribs) (→Curses Implementations: current D links)
Curses | |
---|---|
Library project | |
Developer | Ken Arnold |
Released | |
Updated | |
Status | Stable |
Licensing | |
P. Language | C |
Platforms | Unix |
Dependencies | |
[There is no Official site of Curses] |
Curses is a text-mode screen handling library originally written by Ken Arnold for Rogue. Since most roguelike games are text-mode and, well, roguelike, curses is often used in their development.
If you want to make a curses game available on Win32, you can use PDCurses. Unfortunately there are colour limitations in that setting - you won't get 256 colours.