From 910793b87632c80af8f58fc03607cef8ab0dc958 Mon Sep 17 00:00:00 2001 From: Abdelali Date: Sun, 6 Apr 2025 22:09:54 +0100 Subject: [PATCH] Create SnakeWii.oscmeta --- contents/SnakeWii.oscmeta | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contents/SnakeWii.oscmeta diff --git a/contents/SnakeWii.oscmeta b/contents/SnakeWii.oscmeta new file mode 100644 index 0000000..70dbb55 --- /dev/null +++ b/contents/SnakeWii.oscmeta @@ -0,0 +1,22 @@ +{ + "information": { + "name": "SnakeWii", + "author": "Abdelali", + "category": "games", + "supported_platforms": [ + "wii", + "vwii", + "wii_mini" + ], + "peripherals": [ + "Wii Remote" + ], + "version": "auto" + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "abdelali221/SnakeWii", + "file": "SnakeWii.zip" + } +}