Id love if there was an interactive version that just let you move the tiles and change line colors, visualizing slide puzzles is not my wheelhouse
Same! I already beat the game, but I really really want to play this in a way where I can see these really neat things happening. Optimally, a full interactive game, but at the least something where I can drag things around. I suppose one thing that is difficult about that is unless the game contextually knows when to do things, the red mechanic might be spoiled by having controls for that.
I also do wish there were an interactive version. One that is fully interactive is probably not ideal, because 1. the game intends you to discover the mechanisms and a full interactive version undermines that, 2. spoilers, as you mentioned. Also it will have technical hurdles making it harder-than-expected to implement. If it's just the ability to drag things around, the intended method is probably with an image editor that has layer support, but I found my way with using Blender to open the project file, and had AI write me a script that adds buttons to move selected object(s) one tile at a time.