Mac Categories

gamebox 0.0.6


gamebox Free framework for building and distributing games using Rubygame

System Requirememts
Mac OS X
Download Details
Company Shawn Anderson
Version 0.0.6
Post Date October 11, 2009
License GPL
File Size 81 KB
There are no screenshots

gamebox 0.0.6


Free framework for building and distributing games using Rubygame
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:

    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