tutorials/ruby/rubywarrior/tim-beginner
2016-08-24 19:31:35 -04:00
..
.idea Add rubywarrior tutorial 2016-08-24 19:31:35 -04:00
.profile Add rubywarrior tutorial 2016-08-24 19:31:35 -04:00
player.rb Add rubywarrior tutorial 2016-08-24 19:31:35 -04:00
README Add rubywarrior tutorial 2016-08-24 19:31:35 -04:00
RubyWarrior.iml Add rubywarrior tutorial 2016-08-24 19:31:35 -04:00

Level 1

You see before yourself a long hallway with stairs at the end. There is nothing in the way.

Tip: Call warrior.walk! to walk forward in the Player 'play_turn' method.

 --------
|@      >|
 --------

  > = Stairs
  @ = Tim (20 HP)


Warrior Abilities:

  warrior.walk!
    Move in the given direction (forward by default).


When you're done editing player.rb, run the rubywarrior command again.