scionaltera / agony-engine

A modern, web based, procedurally generated MUD.
https://agonyengine.com
MIT License
17 stars 5 forks source link

Versioning scheme for maps #149

Closed scionaltera closed 6 years ago

scionaltera commented 6 years ago

This will allow the creation of new maps using the full algorithm and uplifting existing maps from the previous version via an update method. It also allows maps which shouldn't get updated because they were hand-rolled or aren't standard maps (e.g. inventory maps).

Closes #146