Client for playing 300 publicly available Sokoban puzzles on a computer or phone.
unstash_button = function(x,y, r)
	return overflowable_button('unstash', x, y, r, press_unstash_button)
end