diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-04-15 23:54:49 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-04-15 23:54:49 +0200 |
| commit | bfc23fe2998b07a12095ba70505fa5fd63553f9e (patch) | |
| tree | 0d3ad7b112f5696bd48614cd461bde3e83cfb23a /src/Ghost.py | |
| parent | 09ccc0d57bf47854d52fcabdc51db83a8ef8fa62 (diff) | |
| download | Macpan-bfc23fe2998b07a12095ba70505fa5fd63553f9e.tar.xz Macpan-bfc23fe2998b07a12095ba70505fa5fd63553f9e.zip | |
Changed the intial position of pacman
Diffstat (limited to 'src/Ghost.py')
| -rw-r--r-- | src/Ghost.py | 7 |
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): + |
