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

Typo in wumpus.f source code: #1

Open
ejolson2005 opened this issue Jul 24, 2023 · 0 comments
Open

Typo in wumpus.f source code: #1

ejolson2005 opened this issue Jul 24, 2023 · 0 comments

Comments

@ejolson2005
Copy link

In the Fortran source for wumpus, instead of

		    PRINT *, C(1),L(23),MESG(8)

I think line 457 should read

		    PRINT *, POS,C(1),L(23),MESG(8)

There may also be a typo in line 761 where

        C(5)="<324>"

should instead read

        C(5)="<004>"

or perhaps as

        C(5)="<124>"

Since I don't have physical hardware, it is difficult to verify the change for C(5).

More information and a translation to gfortran may be found at

https://forums.raspberrypi.com/viewtopic.php?p=2122498#p2122498

Also, thanks for the DasherA terminal emulator. It works great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant