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

Correct stack effect comment for act word #14

Merged
merged 1 commit into from Feb 1, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions games/Warrior2/Readme.md
Expand Up @@ -77,7 +77,7 @@ A more sophisticated brain which handles many types of obstacles and attempts to
' attack , # slime
' walk , # spikes

: act ( dir -- dir )
: act ( dir -- dir f )
dup 4 mod dup look
dup WALL = if drop drop 0 exit then
actions + @ exec -1
Expand Down Expand Up @@ -167,4 +167,4 @@ Misc:
- `fast` ( -- ) Display game animations more quickly.
- `slow` ( -- ) Display game animations at normal speed. (default)
- `help` ( -- ) Given a word name, print a brief explanation of what it does.
- `load` ( -- ) Reload the source file.
- `load` ( -- ) Reload the source file.