From bfc23fe2998b07a12095ba70505fa5fd63553f9e Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sat, 15 Apr 2023 23:54:49 +0200 Subject: Changed the intial position of pacman --- src/Ghost.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Ghost.py (limited to 'src/Ghost.py') 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): + -- cgit v1.2.3