alexdovzhanyn/SevenDeadlySins

Trying to run in other platforms

Opened this issue · 1 comments

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

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