shawn42 / gamebox
- Source
- Commits
- Network (3)
- Issues (11)
- Downloads (1)
- Wiki (4)
- Graphs
-
Branch:
master
commit fc0ba8bb6f59c87bdd7f07bd4c11ee2e50b9a921
tree 0d66bbc767e132bc2972658daf25bd3744c7a3c5
parent 355e77ce107f9308dcb21025a18231aacba99352
tree 0d66bbc767e132bc2972658daf25bd3744c7a3c5
parent 355e77ce107f9308dcb21025a18231aacba99352
gamebox /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Feb 04 08:58:08 -0800 2010 | |
| |
History.txt | ||
| |
README.txt | Mon Sep 21 16:42:27 -0700 2009 | |
| |
Rakefile | Fri Nov 20 08:13:29 -0800 2009 | |
| |
TODO.txt | ||
| |
VERSION | Thu Nov 19 09:09:41 -0800 2009 | |
| |
bin/ | Thu Nov 26 06:21:15 -0800 2009 | |
| |
docs/ | Thu Jan 28 18:48:16 -0800 2010 | |
| |
examples/ | Mon Feb 08 10:58:34 -0800 2010 | |
| |
gamebox.gemspec | ||
| |
lib/ | Mon Feb 08 20:01:07 -0800 2010 | |
| |
script/ | Sun May 31 14:10:52 -0700 2009 | |
| |
spec/ | Mon Feb 08 08:20:32 -0800 2010 |
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


