From 138492eb8220a02cc9daf50e21ed84f0427002b8 Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Sat, 18 Oct 2025 10:59:36 -0700 Subject: [PATCH] Add configuration for Worm app --- .apps/worm.app | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .apps/worm.app diff --git a/.apps/worm.app b/.apps/worm.app new file mode 100644 index 0000000..770b374 --- /dev/null +++ b/.apps/worm.app @@ -0,0 +1,8 @@ +{ + "name": "Worm", + "file" "/apps/worm.lua", + "tags: { + "snake", + "games", + }, +}