I was going to need to record some gameplay footage anyway, so I can see the initial configurations of the levels, because I had wanted to recreate the game, possibly to add TAS functionality.
Everything I do is in Java, because I'm a Java fanboy. I was thinking of making a TAS for this using Java robot to issue mouse clicks at certain times and locations. The game appears to be deterministic.
So likewise, I don't use a standard screen recording software. I use Java to take screenshots, save them as BufferedImages, and then use a Java library to turn that into a gif. I'll go ahead and try to make a .gif for you tonight, even though it's past midnight and tomorrow is my first day of work at a new job.
Shit. There was a delayTime parameter which put a 10ms delay between every frame in the animated gif, so the final product came out looking way slower than the actual game. Nevertheless, here is what I produced:
https://imgur.com/a/qpP5d0u