Skip to content

Instantly share code, notes, and snippets.

@kevinnio
Created May 7, 2014 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinnio/d927eb2db37e8c5b72ee to your computer and use it in GitHub Desktop.
Save kevinnio/d927eb2db37e8c5b72ee to your computer and use it in GitHub Desktop.
Código del nivel 2, modo Beginner de RubyWarrior
class Player
def play_turn(warrior)
warrior.feel.empty? ? warrior.walk! : warrior.attack!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment