summaryrefslogtreecommitdiffstats
path: root/test_cases/q2/8-pacman-game.test
diff options
context:
space:
mode:
authorNeil Kollack <nkollack@gmail.com>2021-09-28 14:27:45 -0500
committerNeil Kollack <nkollack@gmail.com>2021-09-28 14:27:45 -0500
commitdd3dda9dcbb6bff01d066925757ec944621dc704 (patch)
tree3b30a7c4973892c78a4f215e92ac6426f9e7fc5d /test_cases/q2/8-pacman-game.test
parent41406c7ff0ff96998978e520f5c1a1f3874c3bd4 (diff)
intial commit
Diffstat (limited to 'test_cases/q2/8-pacman-game.test')
-rw-r--r--test_cases/q2/8-pacman-game.test19
1 files changed, 19 insertions, 0 deletions
diff --git a/test_cases/q2/8-pacman-game.test b/test_cases/q2/8-pacman-game.test
new file mode 100644
index 0000000..be7396d
--- /dev/null
+++ b/test_cases/q2/8-pacman-game.test
@@ -0,0 +1,19 @@
+class: "PacmanGameTreeTest"
+alg: "MinimaxAgent"
+seed: "0"
+depth: "2"
+max_points: "4"
+
+# The following specifies the layout to be used
+layoutName: "smallClassic"
+layout: """
+%%%%%%%%%%%%%%%%%%%%
+%......%G G%......%
+%.%%...%% %%...%%.%
+%.%o.%........%.o%.%
+%.%%.%.%%%%%%.%.%%.%
+%........P.........%
+%%%%%%%%%%%%%%%%%%%%
+"""
+
+