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

Trying to run in other platforms #26

Open
RafaelCamarda opened this issue Feb 5, 2018 · 1 comment
Open

Trying to run in other platforms #26

RafaelCamarda opened this issue Feb 5, 2018 · 1 comment

Comments

@RafaelCamarda
Copy link

Hello,

i'm using this project as an example to build my own game. Are there any configuration necessary to run the game in others platforms? I've tried to run the web version but I got this error:

uncaught exception: LoadError: can't find file: "build/engine/initializer" in:

  • /home/rafaelcamarda/.rvm/gems/ruby-2.4.0/gems/opal-0.11.0/opal
  • /home/rafaelcamarda/.rvm/gems/ruby-2.4.0/gems/opal-0.11.0/stdlib
  • /home/rafaelcamarda/.rvm/gems/ruby-2.4.0/gems/opal-0.11.0/lib
  • /home/rafaelcamarda/.rvm/gems/ruby-2.4.0/gems/ast-2.3.0/lib
  • /home/rafaelcamarda/.rvm/gems/ruby-2.4.0/gems/ast-2.3.0/lib
  • /home/rafaelcamarda/.rvm/gems/ruby-2.4.0/gems/parser-2.3.3.1/lib

With the following extensions:

  • .js
  • .js.js
  • .rb
  • .js.rb
  • .opal
  • .js.opal
  • .opalerb
  • .js.opalerb
  • .erb
  • .js.erb

And the following processors:

  • Opal::BuilderProcessors::JsProcessor
  • Opal::BuilderProcessors::RubyProcessor
  • Opal::BuilderProcessors::OpalERBProcessor
  • Opal::BuilderProcessors::ERBProcessor
@alexdovzhanyn
Copy link
Owner

Hi! Theres currently no way to run the game on the web, the only way is natively on your desktop, by opening your terminal and navigating to the project directory, and then running ruby seven_deadly_sins.rb

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