Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I18n not installed #1

Closed
Hettomei opened this issue Jan 3, 2013 · 1 comment
Closed

I18n not installed #1

Hettomei opened this issue Jan 3, 2013 · 1 comment

Comments

@Hettomei
Copy link

Hettomei commented Jan 3, 2013

Just a comment to ask you to add in Readme :
gem install i18n

Because when i run ruby -rubygems pong.rb
I got

You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install
LoadError: no such file to load -- i18n

--- not about the issue :
I would like to tell you : Perfect source to start ruby game with slick :D Thanks a lot

I made a little game using java and slick, and I pass a day long only to install it and run, but with your readme

    rbenv install jruby-1.6.5
    gem install isolate
    ruby -rubygems pong.rb

It work in 30 seconds !!!!!!!!!!!!!!!

semaperepelitsa added a commit that referenced this issue Jan 3, 2013
@semaperepelitsa
Copy link
Owner

Isolate installs all dependencies automatically. This one was missing, I've fixed that, thanks!

Most of the credit goes to Peter Cooper for his article: http://www.rubyinside.com/video-game-ruby-tutorial-5726.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants