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 Loading commit data...
file README.txt Mon Sep 21 16:42:27 -0700 2009 tweaking faded map items... toggling is choppy ... [shawn42]
file Rakefile
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/
directory examples/
directory lib/
directory script/ Sun May 31 14:10:52 -0700 2009 took worst case perf of Polaris from 8.3 secs t... [shawn42]
directory spec/
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