aboutsummaryrefslogtreecommitdiff
path: root/src/Ghost.py
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-04-15 23:54:49 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-04-15 23:54:49 +0200
commitbfc23fe2998b07a12095ba70505fa5fd63553f9e (patch)
tree0d3ad7b112f5696bd48614cd461bde3e83cfb23a /src/Ghost.py
parent09ccc0d57bf47854d52fcabdc51db83a8ef8fa62 (diff)
downloadMacpan-bfc23fe2998b07a12095ba70505fa5fd63553f9e.tar.xz
Macpan-bfc23fe2998b07a12095ba70505fa5fd63553f9e.zip
Changed the intial position of pacman
Diffstat (limited to 'src/Ghost.py')
-rw-r--r--src/Ghost.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Ghost.py b/src/Ghost.py
new file mode 100644
index 0000000..33086a1
--- /dev/null
+++ b/src/Ghost.py
@@ -0,0 +1,7 @@
+class Ghost():
+ def __init__(self):
+ self.x = None
+ self.y = None
+
+ # def heuristic(self):
+