From 4491f756dc16c9225712f50bacba00aa4213a6c9 Mon Sep 17 00:00:00 2001
From: Xuan Trinh <xuan.trinh@student.unimelb.edu.au>
Date: Sat, 27 Mar 2021 15:59:16 +1100
Subject: [PATCH] Allow piece to take swing action when deciding which path to
 take, Add test case 0 to test swing action.XUAN TRINH 4:00PM 27 mar 2021

---
 Test_case/level_1/0.json | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 Test_case/level_1/0.json

diff --git a/Test_case/level_1/0.json b/Test_case/level_1/0.json
new file mode 100644
index 0000000..7d473f0
--- /dev/null
+++ b/Test_case/level_1/0.json
@@ -0,0 +1,32 @@
+{
+  "upper": [
+    [
+      "r",
+      4,
+      -4
+    ]
+  ],
+  "lower": [
+    [
+      "s",
+      -4,
+      4
+    ],
+    [
+      "r",
+      -1,
+      1
+    ],
+    [
+      "r",
+      1,
+      -1
+    ],
+    [
+      "r",
+      3,
+      -3
+    ]
+  ],
+  "block": []
+}
\ No newline at end of file
-- 
GitLab