scrom / Experiments

a NodeJS text adventure - deliberately coded badly to re-experience the pain of legacy code
http://mvta.herokuapp.com/
2 stars 0 forks source link

auto-upgrade active saved games when they launch #488

Open scrom opened 8 years ago

scrom commented 8 years ago

need to version game maps and provide upgrades/migrations/comparisons as game data is loaded against canonical source. Would also need to register what's new and what's changed between versions.

This is a big job but needed in the longer term.