ryanb / ruby-warrior

Game written in Ruby for learning Ruby.
MIT License
3.83k stars 838 forks source link

2 mistakes in level description fixed #41

Closed senk closed 12 years ago

senk commented 12 years ago

Fixed the irritating mistake in README file for beginner/level2. changed 2 times from ".empty?" to ".enemy?"

senk commented 12 years ago

But then we should correct the incoherence with the README.rdoc at "Here is a simple example which will instruct the warrior to attack if he feels an enemy, otherwise he will walk forward."

gbataille commented 12 years ago

ok right, works for me :)