To run games in Ruby/Gosu:
1.Install Ruby:
Version 1.9.2 or
Version 1.9.12.Open cmd and type: gem install gosu (if not working, add --platform mswin32 at the end)
3.Find a file you want to run and double click it (Windows should use ruby.exe to open it)
And a small thing to somebody on this forum. Ruby 1.9.2 doesn't work like it should. In 'require' it can't find .rb file unless I add 'Dir.getwd'. And I don't know why.
But stathmk, if you want use Ruby 1.9.2 (which should be faster or something), before running Rubystein, replace it's scripts by
these. I changed them to work on 1.9.2.