Skip to content

Instantly share code, notes, and snippets.

@gatukgl
Created May 9, 2021 14:10
Show Gist options
  • Save gatukgl/1ffcf11361e0eec72fbb4365d64ff495 to your computer and use it in GitHub Desktop.
Save gatukgl/1ffcf11361e0eec72fbb4365d64ff495 to your computer and use it in GitHub Desktop.
# Executions
interact("walking up")
interact("walking down")
interact("walking left")
interact("walking right")
interact("pickup pencil")
interact("pickup wand")
interact("quit")
interact("turnaround")
# Results
👣 Walking up...
👣 Walking down...
👣 Walking left...
👣 Walking right...
💾 You got pencil 1 ea
💾 You got wand 1 ea
🔴 Quit the game and go back to main page.
😵 Don't know this command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment