Client for playing 300 publicly available Sokoban puzzles on a computer or phone.
press_stop_button = function()
	if car.quit then
		call_protected(car.quit)
	end
	Show_menu = nil
	clear_handlers()
end