Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ MANDIR = /usr/share/man
# more option 1: use the termcap routines. On some systems the LIBS
# variable may need to be set to -lcurses. On some it may need to
# be /usr/lib/termcap.o. These options are commented out below.
LIBS = -ltermcap
# LIBS = -ltermcap
TERMFLAG =
# LIBS = -lcurses
LIBS = -lcurses
# LIBS = /usr/lib/termcap.o

# more option 2: use the terminfo routines. On some systems the LIBS
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,11 @@ to change the format of the database file. Andre Srinivasan
(andre@cs.pitt.edu) help test it. Jonathan Mark
(uunet!microsoft!jonm) made it work under MS-DOS and Microsoft C.

## Notes

This version of the game was made with a gcc compiler on Cygwin, a
Linux-type environment running on windows. The Makefile was edited from
the original to use 'lcurses' libraries, instead of 'ltermcap'
libraries. The resulting .exe file ran on both windows command prompt
and Cygwin (xterm).

963 changes: 963 additions & 0 deletions Scripted Moves.txt

Large diffs are not rendered by default.

Loading