shawn42 / gamebox

A game template for building and distributing Gosu apps.
267 stars 29 forks source link

Ruby 2.0 Support? #93

Closed Kamek closed 7 years ago

Kamek commented 10 years ago

Just installed on a fresh install of ruby 2.0 and gamebox new zapper crashes horribly. ruby -v ruby 2.0.0p451 (2014-02-24) [i386-mingw32] uname -a MINGW32_NT-6.2 SPELLBOOK 1.0.12(0.46/3/2) 2012-07-05 14:56 i686 unknown

shawn42 commented 10 years ago

@Kamek The problem is that Gosu doesn't play nice on windows with Ruby 2.0.0 right now. You can find more info here: http://stackoverflow.com/questions/22223827/ruby-gamebox-cant-find-the-file-gosu-for-1-9-so-even-though-its-right-there and https://github.com/jlnr/gosu/issues/163 I'll leave this open until Gosu fixes their windows build.

Kamek commented 10 years ago

Thanks for the quick reply, I'll read up on it and see if I can dedicate some time to contributing some patches.

On Thu, Mar 27, 2014 at 9:44 PM, Shawn Anderson notifications@github.comwrote:

@Kamek https://github.com/Kamek The problem is that Gosu doesn't play nice on windows with Ruby 2.0.0 right now. You can find more info here: http://stackoverflow.com/questions/22223827/ruby-gamebox-cant-find-the-file-gosu-for-1-9-so-even-though-its-right-thereand jlnr/gosu#163 https://github.com/jlnr/gosu/issues/163 I'll leave this open until Gosu fixes their windows build.

Reply to this email directly or view it on GitHubhttps://github.com/shawn42/gamebox/issues/93#issuecomment-38888494 .

shawn42 commented 10 years ago

Great, thanks. Out of curiosity, what are you planning on making?

Kamek commented 10 years ago

It started as a iOS game with an old adventure game look kind of like blazing dragons, but the idea is you'r a wussy kobold that found this book of evil and has to guard it in it's dungeon from the do gooding adventurers that are sort of parody's of D&D heroes. The only way you have of doing so is through combining and crafting traps and things to scare, kill, assuage, or discourage the heroes before they find the book. Crafting, stealth, and that sort of thing. For instance dwarves are usually greedy loot mongers in my D&D games in my gaming group, so in the game if you find gems you can lure dwarves to traps with coins or gems, or just give them enough loot to carry off that they just leave lol.

On Thu, Mar 27, 2014 at 10:09 PM, Shawn Anderson notifications@github.comwrote:

Great, thanks. Out of curiosity, what are you planning on making?

Reply to this email directly or view it on GitHubhttps://github.com/shawn42/gamebox/issues/93#issuecomment-38889308 .

shawn42 commented 10 years ago

Sounds like fun. drop a link to your game in #gamebox on IRC once you get it up and going.

Kamek commented 10 years ago

Sure no prob, but it won't be for some time we're waiting on art and such still.

On Thu, Mar 27, 2014 at 10:21 PM, Shawn Anderson notifications@github.comwrote:

Sounds like fun. drop a link to your game in #gamebox on IRC once you get it up and going.

Reply to this email directly or view it on GitHubhttps://github.com/shawn42/gamebox/issues/93#issuecomment-38889674 .

shawn42 commented 7 years ago

Closing because Gosu now supports Ruby 2.x