From 9cc4bed0bcd87f568844370342ff52470f73c7e0 Mon Sep 17 00:00:00 2001 From: Michael Mutote <130656746+mr1Michael@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:30:53 +0200 Subject: [PATCH] 22202956 Initial Commit for depth first, A* and MENACEw --- MENACE/menace.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MENACE/menace.py diff --git a/MENACE/menace.py b/MENACE/menace.py new file mode 100644 index 0000000..53daa8d --- /dev/null +++ b/MENACE/menace.py @@ -0,0 +1,5 @@ +# represent state of the board as a string +# each string is a box +# the menace system will be a dictionary +# pick arbitrary +# store all moves in history and reward at the end of each game \ No newline at end of file -- GitLab