Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maps, Scripts, and Walkthroughs #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
([email protected]) 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