Skip to content

Instantly share code, notes, and snippets.

@paractmol
Created September 22, 2018 09:24
Show Gist options
  • Save paractmol/50f0bd542b322c582020e773dedf5d07 to your computer and use it in GitHub Desktop.
Save paractmol/50f0bd542b322c582020e773dedf5d07 to your computer and use it in GitHub Desktop.
def face_to(operator, step)
idx = DIRECTIONS.index(@face).method(operator).call(step) % 4
@face = DIRECTIONS[idx]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment