-
Notifications
You must be signed in to change notification settings - Fork 29
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
all examples need to be updated to work with the new Gosu subsystems or be deleted #51
Comments
None of the examples work for me, is this part of this bug? Is it going to be addressed? This is what I get for just about every example (with or without doing a bundle install first, many times bundle install gives me errors too):
|
Scott, |
Shawn, rake ~/Projects/gosugames/gamebox/zapper
rake aborted! Tasks: TOP => default => run Can you help? |
This should be fixed if you pull from HEAD. I had some code committed but not yet pushed. >.< Also, you can usually find me idling on IRC in #gamebox on freenode |
@shawn42 thanks. The new boilerplate new game works now. But, none of the examples i.e. nario or roids works. The example roids still give the following errors: bundle exec ruby src/app.rb
rake aborted! |
@rupakg correct, I pushed a fix for the generated game. I have not yet updated the examples. Take a look at the foxy repo I posted for an example of how to work with actors, behaviors, and stages. I'll comment here when I get the example games updated. |
@samueller @rupakg The roids example now runs with the HEAD Gamebox. |
@shawn42 I just did a |
@samueller the examples do not use the repo gamebox, they use whatever has been installed in the system. Did you do a |
@tanema has fixed / updated the roids and netris examples to work with the new API. |
all examples need to be updated to work with the new Gamebox API
The text was updated successfully, but these errors were encountered: