diff --git a/Play The Game.py b/Play The Game.py index eb24864..ff4c8bb 100644 --- a/Play The Game.py +++ b/Play The Game.py @@ -1,3 +1,3 @@ -print("Game Loading...") +print("Starting Space Invaders...\nLoading Main Window...") import GUI GUI.display()