#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ @author: huiming zhou """ motions = [(1, 0), (-1, 0), (0, 1), (0, -1)] # feasible motion sets