Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed non-working link to tar file, cleaned up syntax
  • Loading branch information
David Fisher committed Feb 1, 2013
1 parent 9810d81 commit 07e3124
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -22,14 +22,13 @@ The reason I wrote Gamebox is twofold: first, to aid in 48 hour game writing com

## Installation

* gem install gamebox
* or [tar](http://shawn42.github.com/gamebox)
* `gem install gamebox`
* or git clone git://github.com/shawn42/gamebox.git && bundle && rake install

## Game Creation

1. gamebox new zapper
1. this will create the directory structure and needed files to get a basic actor up on the screen:
1. `gamebox new zapper`
2. this will create the directory structure and needed files to get a basic actor up on the screen:


zapper
Expand All @@ -54,7 +53,7 @@ The reason I wrote Gamebox is twofold: first, to aid in 48 hour game writing com
└── demo_stage.rb


1. you now have a runnable Gamebox game
3. you now have a runnable Gamebox game

cd zapper
bundle
Expand Down Expand Up @@ -227,4 +226,4 @@ The `reacts_with` helper takes a list of events that your behavior is interested
## LICENSE:
(MIT)

Copyright © 2012 Shawn Anderson
Copyright © 2012 Shawn Anderson

0 comments on commit 07e3124

Please sign in to comment.