graphplay to draw SVG graphs of gameplay statistics
authorShiar <shiar@shiar.org>
Wed, 6 Feb 2008 21:39:30 +0000 (22:39 +0100)
committerShiar <shiar@shiar.org>
Thu, 7 Feb 2008 23:05:13 +0000 (00:05 +0100)
commitacea822c3a40b7e74b8d390f6c4d497eface0b56
treeb1c3d57db9d6badab98ae1f5ac8b2e63f1f317a5
parent19491e04143fd9b9ef5ebe209550bfb4e1f6c61c
graphplay to draw SVG graphs of gameplay statistics

Parses game stats output of capture script, and draws progression of
minerals, gas, and units over time per player.

SVG is simple enough to write manually (template at *DATA), but
produces essentially the same as SVG::TT::Graph::TimeSeries would
(except much faster and easier to understand/modify).
graphplay [new file with mode: 0755]