summaryrefslogtreecommitdiffstats
path: root/test_cases/q2/8-pacman-game.test
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-09-30 13:41:18 -0500
committerToby Vincent <tobyv13@gmail.com>2021-09-30 13:41:18 -0500
commitb3359393525b827d75a5b0745c3d1d8c9362dc5e (patch)
tree00c1244674ff311e79c0db96778054a9432bc3ec /test_cases/q2/8-pacman-game.test
parenteb2bb60f1ce8cb65ff05c9eb73c19255c574e850 (diff)
moved python files into src folderHEADmain
Diffstat (limited to 'test_cases/q2/8-pacman-game.test')
-rw-r--r--test_cases/q2/8-pacman-game.test19
1 files changed, 0 insertions, 19 deletions
diff --git a/test_cases/q2/8-pacman-game.test b/test_cases/q2/8-pacman-game.test
deleted file mode 100644
index be7396d..0000000
--- a/test_cases/q2/8-pacman-game.test
+++ /dev/null
@@ -1,19 +0,0 @@
-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.........%
-%%%%%%%%%%%%%%%%%%%%
-"""
-
-