Skip to content

Instantly share code, notes, and snippets.

@a1ip
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save a1ip/a0f98eebf9d36a68a723 to your computer and use it in GitHub Desktop.

Select an option

Save a1ip/a0f98eebf9d36a68a723 to your computer and use it in GitHub Desktop.
Ruby warrior solution beginner level 1

Level Score: 0
Time Bonus: 8
Clear Bonus: 2
Total Score: 10

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