ruby-warrior icon indicating copy to clipboard operation
ruby-warrior copied to clipboard

Game written in Ruby for learning Ruby and artificial intelligence.

Results 38 ruby-warrior issues
Sort by recently updated
recently updated
newest added

Once a profile is created, there is no rubywarrior command to reset progress (i.e., revert to a clean version of the project). I propose there should be a way to...

just wanted to say THIS IS REALLY FUCKING COOL. so thank you. i'm a ruby newbie and a github newbie, just found this, and am really freaking excited to give...

![a_slime_draws_near.png](https://f.cloud.github.com/assets/147981/1958/363ebf08-4167-11e2-9bfb-ec25303318e2.png) In playing with my own Warrior I decided I wanted to teach him how to recognize individual monsters and remember them from turn to turn. I checked the RubyWarrior...

Add a leader board to http://rubywarrior.com. Provide a documented way to submit the code to the site to be run, perhaps with a post-commit hook URL one can use in...

idea

If I want to use non-existent custom directory for rubywarrior data using `-d` parameter, game offers me to create `rubywarrior` subdirectory under it and then crashes because the custom directory...

Ruby Warrior is giving me an error when I attempt to launch it. Here's the error: `Welcome to Ruby Warrior /Library/Ruby/Gems/1.8/gems/rubywarrior-0.1.2/lib/ruby_warrior/profile.rb:31:in `load': incompatible marshal file format (can't be read) (TypeError)...

research
help

``` /home/hemanth/.rvm/gems/ruby-1.9.2-p290/gems/rubywarrior-0.1.3/lib/ruby_warrior/profile.rb:31:in `load': incompatible marshal file format (can't be read) (TypeError) format version 4.8 required; 254.154 given from /home/hemanth/.rvm/gems/ruby-1.9.2-p290/gems/rubywarrior-0.1.3/lib/ruby_warrior/profile.rb:31:in `decode' from /home/hemanth/.rvm/gems/ruby-1.9.2-p290/gems/rubywarrior-0.1.3/lib/ruby_warrior/profile.rb:35:in `load' from /home/hemanth/.rvm/gems/ruby-1.9.2-p290/gems/rubywarrior-0.1.3/lib/ruby_warrior/game.rb:8:in `start' from /home/hemanth/.rvm/gems/ruby-1.9.2-p290/gems/rubywarrior-0.1.3/lib/ruby_warrior/runner.rb:17:in `run' from...

Is this intentional? I just finished the game on beginning level, but had to put some hacks into my code because I couldn't recognize the stairs. Look returns 'nothing' for...

ryan, rails.desktop ? it can be very funny to create a railscast episode : how to use rails for dealing with desktop applications. desktop.mvc ? how will u re-model this(or...

It might be useful to have a mode that skips all of the normal output and tells us how many turns it took, if we missed anything important, if we...