Skip to content

Instantly share code, notes, and snippets.

@paractmol
Last active September 22, 2018 09:26
Show Gist options
  • Save paractmol/dfcb678a99c6941c512d6c641c9e45c1 to your computer and use it in GitHub Desktop.
Save paractmol/dfcb678a99c6941c512d6c641c9e45c1 to your computer and use it in GitHub Desktop.
case @face
when 'N'
@y += 1
when 'S'
@y -= 1
when 'E'
@x += 1
when 'W'
@x -= 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment