diff --git a/src/js/Game.js b/src/js/Game.js
index 8fc29f4..f5a8cf7 100644
--- a/src/js/Game.js
+++ b/src/js/Game.js
@@ -148,6 +148,12 @@ export class Game
     load(data)
     {
         this.setState([], data);
+
+        if (!this.#state)
+        {
+            this.reset();
+        }
+
         this.draw();
     }