https://github.com/johnsonjh/udd
udd: UNIX DND in C — https://en.wikipedia.org/wiki/DND_(video_game)
https://github.com/johnsonjh/udd
dnd game udd
Last synced: over 1 year ago
JSON representation
udd: UNIX DND in C — https://en.wikipedia.org/wiki/DND_(video_game)
- Host: GitHub
- URL: https://github.com/johnsonjh/udd
- Owner: johnsonjh
- Created: 2024-06-27T13:45:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T18:04:19.000Z (about 2 years ago)
- Last Synced: 2025-02-28T12:46:31.706Z (over 1 year ago)
- Topics: dnd, game, udd
- Language: C
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
here is the distribution for "udd" a unix version of classic PDP-11/VAX
DND game. See "VERSION" for the history. This is version V5.1C-07.
HOW TO COMPILE:
1. determine where the game is going to live. by default it is set
to run out of the current directory. if you want to change that
(e.g. have it look for its files in /usr/games/lib) edit the top
section of defs.h (change FIL_*).
2. if you want access to the operator program, edit swb_file.c swb_wiz().
3. "make" --- current make files compiles with all debugging. edit
makefile to change this. if you get compile errors on unix.c, try
inverting the OLDTTY define in that file (default is now to use termios).
4. run ./udd, it should go.
sorry there isn't more documentation (especially WRT the operator
program).
Chuck Cranor , 07-Feb-2001