-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
13 lines (11 loc) · 665 Bytes
/
NEWS
File metadata and controls
13 lines (11 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
New change to the source tree.. this means that we've got lots of
new directories and suchlike! You'll find the server in the
'server' directory, and the client in the 'ttyclient' directory.
If/when more clients are created, they'll be in their own directories.
the 'client' directory holds the libclient.a library, which you link
to your particular client port. The ttyclient, for example, uses
curses or ncurses to display the dungeon, but it'd be just as easy
to make a graphical client, or a client that used (for example)
DOS control characters to move the cursor around.
The ttyclient still requires POSIX-compliant threads and either
curses or ncurses.