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 Mon Aug 10 06:29:24 -0700 2009 Ignore doc/ file, it's generated by rdoc [jameskilton]
file History.txt Tue Aug 11 04:39:00 -0700 2009 renamed Infinity to INFINITY; ZeroVec2 to ZERO_... [shawn42]
file Manifest.txt Fri Oct 23 04:18:17 -0700 2009 fixed manifest for test to spec rename [shawn42]
file README.txt Mon Sep 21 16:42:27 -0700 2009 tweaking faded map items... toggling is choppy ... [shawn42]
file Rakefile Fri Oct 23 04:18:34 -0700 2009 renaming test dir to spec [shawn42]
file TODO.txt Wed Aug 05 05:55:30 -0700 2009 updating TODO [shawn42]
directory bin/ Tue Aug 25 08:11:41 -0700 2009 fixed double include of ftor/dir exists bug #17 [shawn42]
directory docs/ Wed Sep 30 07:07:54 -0700 2009 fixing logo copy mistake [shawn42]
directory examples/ Fri Oct 23 04:18:35 -0700 2009 made quit key conifgurable; added tests (dont p... [shawn42]
directory lib/ Mon Oct 05 05:14:33 -0700 2009 fixed scroll event spec [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/ Mon Oct 05 05:14:33 -0700 2009 fixed scroll event spec [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