Comment on Townscaper Running in the BrowserparentComments−slingnow4yYou have a fixed 3D grid, which appears to only need to store either a color or 'null' in every spot. You can encode this entire grid in any number of ways such that it creates a valid URL. Base64 most likely.https://en.wikipedia.org/wiki/Base64−hoseja4yThe URL is full of dashes and underscores, clearly not standard Base64.
Comments
You have a fixed 3D grid, which appears to only need to store either a color or 'null' in every spot. You can encode this entire grid in any number of ways such that it creates a valid URL. Base64 most likely.
https://en.wikipedia.org/wiki/Base64
The URL is full of dashes and underscores, clearly not standard Base64.