Skip to content

Instantly share code, notes, and snippets.

@KentaKomai
Created August 1, 2013 09:18
Show Gist options
  • Save KentaKomai/6129801 to your computer and use it in GitHub Desktop.
Save KentaKomai/6129801 to your computer and use it in GitHub Desktop.
ruby 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