Skip to content

Commit

Permalink
README improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-meier committed Sep 26, 2011
1 parent 85ff589 commit 8253a68
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -4,7 +4,7 @@ I'm at the Pizza Hut!
I'm at the Taco Bell!
=====================

[I'm at the Combination Pizza Hut and Taco Bell](http://www.youtube.com/watch?v=EQ8ViYIeH04)
[I'm at the Combination Pizza Hut and Taco Bell!](http://www.youtube.com/watch?v=EQ8ViYIeH04)
=================================================


Expand Down
28 changes: 0 additions & 28 deletions pizzahut/README

This file was deleted.

35 changes: 35 additions & 0 deletions pizzahut/README.markdown
@@ -0,0 +1,35 @@
So I have an apology...
=======================

The first level README promised that we'd use Sc2Gears to get great stats from
replays, sort of like the post-match screen on IPL. Sadly, through no fault of
Sc2Gears but rather the replay file format, we can't gather most statistics from
a replay file alone. So many of the original stats (e.g. Resources Gathered,
Units Lost, etc.) have gone by the wayside. The early Hello Worlds are really
only sending APM (along with other 'obvious' data, like Match time, the players,
map, etc.).

We\* still plan on going ahead with the project; we'll just make a big deal of
whether or not I won, and the league/race of my opponent.

Building + Dependencies
-----------------------
To build, just type 'ant' in this directory. It's very unlikely you'll need
anything else other than the standard JDK. And ant, obviously.

Bugs
----
There are probably many more, but if you disable then enable the plugin again
too quickly (within a few seconds), you'll crash Sc2Gears! Looks like they
didn't learn from web browsers and isolate the plugin process. This is because
the port is hard-coded, and won't be freed until a few seconds after you disable
the plugin. So if you disable it after having had it enabled, do wait a few
seconds :-p

I'll work on that bug... sometime.


\*= "We"? Who am I kidding, it's only me here /foreveralone...



14 changes: 14 additions & 0 deletions tacobell/README.markdown
@@ -0,0 +1,14 @@
Now for your tacos...
=====================

Dependencies
------------
You'll need:

* A Flex SDK
* ant

To build, just 'ant -DFLEX\_HOME="<path\_to\_flex\_sdk>"' You can also go
into the build file and hard-code it, like I did.


0 comments on commit 8253a68

Please sign in to comment.