From e2a0733f2a5cadd10061afbc0fed5b593b61c01e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 4 Nov 2019 22:05:06 +0100 Subject: [PATCH] Add game: blockinger --- games/blockinger.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 games/blockinger.json diff --git a/games/blockinger.json b/games/blockinger.json new file mode 100644 index 0000000..9428666 --- /dev/null +++ b/games/blockinger.json @@ -0,0 +1,43 @@ +{ + "uuid": "3068872c-ff46-11e9-95f2-cfaeaecc0c20", + "package": "blockinger", + "title": "Blockinger", + "description": "Tetris clone", + "players": [ + 1 + ], + "genres": [ + "Open Source", + "Retro" + ], + + "releases": [ + { + "name": "1.9.0", + "uuid": null, + "date": "2019-11-04T21:02:23Z", + "latest": true, + + "url": "https://github.com/cweiske/Blockinger/releases/download/v1.9.0/blockinger-1.9.0.apk", + "size": 12604401, + "md5sum": "800ca8174ebc019a94ec1767e7d92036", + + "publicSize": 0, + "nativeSize": 0 + } + ], + + "media": { + "discover": "https://raw.githubusercontent.com/cweiske/Blockinger/master/res/drawable-xhdpi/ouya_icon.png", + "large": "https://raw.githubusercontent.com/cweiske/Blockinger/master/res/drawable-xhdpi/ouya_icon.png" + }, + + "developer": { + "name": "vocollapse" + }, + + "contentRating": "Everyone", + "website": "https://github.com/cweiske/Blockinger", + "firstPublishedAt": "2019-11-04T21:02:23Z", + "inAppPurchases": false +} -- 2.30.2