diff --git a/src/App.js b/src/App.js
index 3193bc8e667473491b6daa11da61b116a78ce78c..db68c930ae964d8ec3f3486d1831aa3ca7b41c53 100644
--- a/src/App.js
+++ b/src/App.js
@@ -13,7 +13,7 @@ class App extends Component<{}> {
         showOptions: false,
         rawLevelData: null,
         levelData: null,
-        screen: 'editor',
+        screen: 'game',
     }
 
     componentDidMount() {