diff --git a/cromulant/game.py b/cromulant/game.py index 3d835a6..b5fc02e 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -320,6 +320,7 @@ class Game: Window.clear_view() Ants.populate(num) Window.to_top() + Game.intro() Game.start_loop() @staticmethod