Skip to content

Instantly share code, notes, and snippets.

View swawa-yu's full-sized avatar

swawa-yu swawa-yu

View GitHub Profile
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
/*RULE
|0 -> nothing | 1 -> wall | 2 -> goal | 3 -> answer|
|0 -> 下 | 1 -> 右 | 2 -> 上 | 3 -> 左|
map