gamebox is a free game template framework created for building and distributing Rubygame apps.
E.g. "gem install gamebox gamebox foo" creates a skeleton game called foo rake tasks for packaging for Mac, Windows and Linux.
Requirements:
· Rubygame
· Ruby
What's New in This Release: [ read full changelog ]
Multiple fixes and features:
· added rake run to all gamebox games
· added rake debug to all gamebox games
· added input_manager to levels
· added usage -help to gamebox
· added ./script/generate to generate actors (ie ./script/generate actor Foo)
· migrated all test to use rspec
· changed clear_hooks to take a listener instance