From 9d6c7be3db59404220258264d804671163a0e0e5 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 15 Dec 2022 22:38:19 -0500 Subject: Fix best effort to work properly Before it didn't do what I assumed it was doing. Still has bug where it can't figure out to move around an impasse (see lvl4) --- maps/lvl4/dng.map | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 maps/lvl4/dng.map (limited to 'maps/lvl4/dng.map') diff --git a/maps/lvl4/dng.map b/maps/lvl4/dng.map new file mode 100644 index 0000000..65617b0 --- /dev/null +++ b/maps/lvl4/dng.map @@ -0,0 +1,10 @@ +w w w w w w w w w w +w 0 0 0 0 0 0 0 0 w +w 0 t t t t t t 0 w +w 0 t 0 0 0 0 t 0 w +w p t 0 t e 0 t 0 w +w 0 t 0 t 0 0 t 0 w +w 0 t 0 0 0 0 t 0 w +w 0 t t t t t t 0 w +w 0 0 0 0 0 0 0 0 w +w w w w w w w w w w -- cgit v1.2.3-54-g00ecf