LearnersGuild / game-prototype

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

Cache data for Elo rating calculation #46

Closed tannerwelsh closed 8 years ago

tannerwelsh commented 8 years ago

To make experimenting with Elo easier, create a way to cache the needed data (in a db, or a CSV/JSON file) so that the stats don't need to be computed from scratch every time.