ruby_armor
ruby_armor copied to clipboard
Confused over levels
(this on head, not gem)

The code for the picture:
class Player
def play_turn(warrior)
warrior.walk!(warrior.direction_of_stairs)
end
end
The second level (1?) is bugged too. I've used the same snippet:
