Client for playing 300 publicly available Sokoban puzzles on a computer or phone.
-- A debugging aid to animate intermediate results in computations.
-- Can only be called from functions invoked using `enable_loiter()`.
loiter = function()
	coroutine.yield()
end