|
|
|
|
|
by slingnow
1657 days ago
|
|
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 |
|