LearnersGuild / game-prototype

Lightweight, minimal implementation of game mechanics for rapid experimentation and prototyping.
0 stars 0 forks source link

Simplify report generation; minor refactors #53

Closed tannerwelsh closed 8 years ago

tannerwelsh commented 8 years ago

Can now run command with CYCLE variable:

$ CYCLE=4 bin/stat-report-chapter

This will look for cycle data files in ./data/cycle-N.csv files, and generate a report with filename ./reports/cycle-1to4.csv

tannerwelsh commented 8 years ago

FYI @shereefb.