Skip to content

Instantly share code, notes, and snippets.

@asecondwill
Created November 29, 2013 21:41
Show Gist options
  • Save asecondwill/7712420 to your computer and use it in GitHub Desktop.
Save asecondwill/7712420 to your computer and use it in GitHub Desktop.
Warrior Level 1
class Player
def play_turn(warrior)
warrior.walk!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment