shawn42 / killbox

Multiplayer same-screen action shooter.
15 stars 4 forks source link

Where can we get gamebox version 0.4.0.rc10? #12

Closed abelmartin closed 11 years ago

abelmartin commented 11 years ago

I've been messing around with gamebox and wanted to try this out...but none the shas in the current project are tagged rc10.

How do we "bundle install" to try this game out?

shawn42 commented 11 years ago

@abelmartin I've been driving some of the gamebox development with this version of Foxy. So for now, you need to install the latest gamebox from HEAD.

checkout gamebox rake install

that should get you the rc10 version. I should be releasing version 0.4.0 of gamebox soon.

abelmartin commented 11 years ago

Word, thanks Shawn :smile:

shawn42 commented 11 years ago

@abelmartin I noticed that you are writing a game called missile_commando. It looks like you're using the old pre-0.4.0 version of gamebox. I'd encourage you to use the new API if possible. Also, how's the game coming along?

abelmartin commented 11 years ago

It's been fun (I should update this image. has_behavior(s) takes a list of objects which are symbols or a hash were the key is a symbol and values are args for initialization / setup ). I noticed all of the wonderful changes in 0.4.0 that would totally destroy my project :) The reason why I decided to use 0.3.4 were...

  1. It was the latest official release of your gem so I imagined there'd be less bugs in it while you finish 0.4.0. Since I was learning the game while implementing my project, I wanted to use the most stable thing.
  2. The code in the examples folder all use a version of 0.3.4. Truth told, mjr_ruby and roids (to an extent) still work. The others required more debugging than I was willing to put in. That said, I was still able to view code that should (and mostly does) work in my project.

Ultimately, once I'm done, I want transition this up to use 0.4.0. Gamebox is really neat.