diff options
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): + |
