This space highlight some of the more creative solutions I designed on top of the straight forward solutions in the main section, including additional information and showcases.
Part 2 of day 8 required mashing together a bunch of layers to get to the final solution. While this can be done in code alone, I decided to solve the puzzle with an animated GIF. My python script creates a transparent image for each layer and saves it to the disk (in ./images/, which has to be created manually in advance, if you want to try it yourself).
Afterwards, all you have to do is import the result in Gimp, tinker with the background and the timing as you please, and save it as animated GIF.
Here is the result for my input:
I could reuse some of my code from day 8 to create an animation for day 11 as well. Again, I used my python script to generate the individual images and did the rest with Gimp.
Watch my little robot paint the hull:
Still sticking to my guns with Python and Gimp. Today my python script floods the base with oxygen:
It is time for one more animation. Watch my python script analyze the network load distribution in our virtual IntCode network:
If you like my work, follow me on Twitter, so that you won't miss any new solutions that I publish. You can also drop me a message there, to get in contact with me.