From 7f501d21772d96756a851421690db08387df3c26 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 7 May 2023 11:32:10 +0300 Subject: Finished clyde algorithm and added a debug mode to run the program --- src/blinky.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/blinky.py') diff --git a/src/blinky.py b/src/blinky.py index eee44a8..4c45644 100644 --- a/src/blinky.py +++ b/src/blinky.py @@ -1,8 +1,6 @@ from ghost import Ghost + class Blinky(Ghost): def __init__(self, sprite_sheet, x, y): super().__init__(sprite_sheet, "red", x, y) - - - -- cgit v1.2.3