public
Description: Free Radicals is a Gamebox game that uses Rubygame, written for RubyWeekend #3 "A tiny world"
Homepage:
Clone URL: git://github.com/shawn42/free-radicals.git
name age message
file .gitignore Thu Jun 25 18:07:03 -0700 2009 initial checkin w. basic atoms drawing [shawn42]
file README Thu Jun 25 18:07:03 -0700 2009 initial checkin w. basic atoms drawing [shawn42]
file Rakefile Wed Jul 01 11:06:08 -0700 2009 added new levels from ippa [shawn42]
file TODO Sat Jul 04 12:25:06 -0700 2009 added time limit to level "one"; added R key to... [shawn42]
directory config/ Wed Jul 01 11:06:08 -0700 2009 added new levels from ippa [shawn42]
directory data/ Sat Jul 04 13:32:18 -0700 2009 fixed credits screen [shawn42]
directory doc/ Thu Jun 25 18:07:03 -0700 2009 initial checkin w. basic atoms drawing [shawn42]
directory lib/ Wed Jul 01 11:49:13 -0700 2009 added ftor; added params for text_box; changed ... [shawn42]
directory src/ Sat Jul 04 13:32:18 -0700 2009 fixed credits screen [shawn42]
README
== Welcome to Gamebox
Blurb here

== Description of Contents

src
  Holds all the code that's specific to this particular application.

config
  Configuration files for the Gamebox environment and other dependencies.

doc
  This directory is where your application documentation will be stored when generated
  using <tt>rake doc:app</tt>

lib
  Application specific libraries. Basically, any kind of custom code that doesn't
  belong under controllers, models, or helpers. This directory is in the load path.

script
  Helper scripts for automation and generation.

test
  Unit and functional tests along with fixtures. When using the script/generate scripts, template
  test files will be generated for you and placed in this directory.

vendor
  External libraries that the application depends on. Also includes the plugins subdirectory.
  If the app has frozen rails, those gems also go here, under vendor/rails/.
  This directory is in the load path.