graememcc / micropolisJS

A port of Micropolis to JS/HTML5
Other
632 stars 96 forks source link

Build in a function to be exposed on window to dump debug data for bug reports #14

Open graememcc opened 9 years ago

graememcc commented 9 years ago

This could leverage the existing saveGame infrastructure, but also needs to store things like blockMaps, sim and phase cycles, and other pieces of internal state. Clearly I would also need the dual function that creates a game from such data.