Gamebox 0.0.1 Released

gamebox version 0.0.1 has been released!

A game template for building and distributing Rubygame games. See
docs/getting_started.rdoc for help getting started.

Changes:

0.0.1 / 2009-06-19

  • Gamebox lives!
    • got game generation working in ruby 1.8
    • initial objects built
      • Actor/ActorViews (game objects)
      • Director manages actors
      • Level manages directors, backgrounds, level goals
      • Mode manages level loading and order
      • Behavior system for adding behaviors to actors (ie physical to put
        an
        actor into a physical space)
      • Loading of Levels from an SVG file
        • Polaris A* path finder
      • Lots more to come!
    • examples to show how to use it
      • netris
      • roids
      • rague
      • nario