public
Description: A game template for building and distributing Rubygame apps.
Homepage:
Clone URL: git://github.com/shawn42/gamebox.git
Click here to lend your support to: gamebox and make a donation at www.pledgie.com !
name age message
file .gitignore Wed Nov 18 17:35:41 -0800 2009 added rcov task [shawn42]
file History.txt Tue Nov 10 18:16:33 -0800 2009 renamed mode_mananager to stage_manager, fixed ... [shawn42]
file README.txt Mon Sep 21 16:42:27 -0700 2009 tweaking faded map items... toggling is choppy ... [shawn42]
file Rakefile Fri Nov 20 08:13:29 -0800 2009 added rubygame dep, oops [shawn42]
file TODO.txt Tue Nov 10 18:16:33 -0800 2009 renamed mode_mananager to stage_manager, fixed ... [shawn42]
file VERSION Thu Nov 19 09:09:41 -0800 2009 Version bump to 0.0.8 [shawn42]
directory bin/ Thu Nov 19 18:36:30 -0800 2009 removed test dir from newly generated game [shawn42]
directory docs/ Wed Nov 11 06:00:32 -0800 2009 renamed mode to stage in prep for mode/level me... [shawn42]
directory examples/ Sat Nov 14 17:32:32 -0800 2009 added curtain and fade to roids [shawn42]
file gamebox.gemspec Fri Nov 20 08:13:29 -0800 2009 added rubygame dep, oops [shawn42]
directory lib/ Wed Nov 18 08:11:55 -0800 2009 actually added view generator [shawn42]
directory script/ Sun May 31 14:10:52 -0700 2009 took worst case perf of Polaris from 8.3 secs t... [shawn42]
directory spec/ Thu Nov 19 10:21:14 -0800 2009 switching to jeweler, yay no more hoe woes [shawn42]
README.txt
= gamebox

* http://shawn42.github.com/gamebox/

== DESCRIPTION:

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

== FEATURES/PROBLEMS:

* Quickly generate a game and have it up and running.

== SYNOPSIS:

  A game template for building and distributing Rubygame games.

== REQUIREMENTS:

* Rubygame (its dependancies, SDL)
* constructor gem
* publisher gem
* rsepec (for gamebox tests)
* algorithms gem (optional for line of site and A*)

== INSTALL:

* gem install gamebox; gamebox my_cool_game

== LICENSE:

(MIT)

Copyright (c) 2009 Shawn Anderson