diff --git a/README.md b/README.md
index 2782abb..f2fe42a 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,6 @@ To try this main menu, clone this repository and modify the paths in `local asse
Server list:
+
Default game menu (WIP):
+
\ No newline at end of file
diff --git a/init.lua b/init.lua
index 13e7627..3ee6a0e 100644
--- a/init.lua
+++ b/init.lua
@@ -108,9 +108,7 @@ local default_game_menu = [[
{% view main %}
{% set worlds = get_worlds() %}
-
- {{ field(2, 2, 4, 0.75, 'test', '???') }}
-
+
{# Special layouts are applied when there are less than four worlds for a given game. #}
{% if len(worlds) == 1 %}
diff --git a/screenshots/game.png b/screenshots/game.png
new file mode 100644
index 0000000..e4bfe4a
Binary files /dev/null and b/screenshots/game.png differ