@thomastc@mastodon.gamedev.place
Post #3121063
2026-04-25 18:03 UTC
@sol_hsa@mastodon.gamedev.place I wonder if ✨maths✨ (algebra in particular) rather than brute force can answer these questions. I remember similar puzzles being proven impossible by calculating a parity bit from the puzzle state, in such a way that the value remained constant when a valid move is made. The converse might be harder.
Also, if you can prove that a particular state is reachable from any start state, and moves are reversible, then any state is reachable from any other.
Replies (1)
-
@sol_hsa@mastodon.gamedev.place 2026-04-25 19:07
@thomastc@mastodon.gamedev.place I'm sure there's some way to prove it. Or give the problem to some people who solve advent of code puzzles in five lines of python that run for 5 milliseconds.