alexdovzhanyn / SevenDeadlySins

A side-scroller game written purely in ruby.
7 stars 0 forks source link

Trying to run in other platforms #26

Open RafaelCamarda opened 6 years ago

RafaelCamarda commented 6 years ago

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:

With the following extensions:

And the following processors:

alexdovzhanyn commented 6 years ago

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