1PDCurses Demos
2==============
3
4This directory contains demonstration programs to show and test the
5capabilities of curses libraries. Some of them predate PDCurses,
6PCcurses or even pcurses/ncurses. Although some PDCurses-specific code
7has been added, all programs remain portable to other implementations
8(at a minimum, to ncurses).
9
10
11Building
12--------
13
14The demos are built by the platform-specific makefiles, in the platform
15directories. Alternatively, you can build them manually, individually,
16and link with any curses library; e.g., "cc -lcurses -orain rain.c".
17There are no dependencies besides curses and the standard C library, and
18no configuration is needed.
19
20
21Distribution Status
22-------------------
23
24Public Domain, except for rain.c and worm.c, which are under the ncurses
25license (MIT-like).
26