diff --git a/ports/deathroids/NOTES.TXT b/ports/deathroids/NOTES.TXT deleted file mode 100644 index d310926359..0000000000 --- a/ports/deathroids/NOTES.TXT +++ /dev/null @@ -1,8 +0,0 @@ -DepotDownload: --app 1389010 -depot 1389013 -manifest 3629779867370273043 - -D-PAD | Movement -A | Fire -B | Shield -START | Pause -SELECT | Quit diff --git a/ports/deathroids/README.md b/ports/deathroids/README.md new file mode 100644 index 0000000000..88c6586a50 --- /dev/null +++ b/ports/deathroids/README.md @@ -0,0 +1,15 @@ +# Notes + +Thanks to [Silver Cat Studios](https://silvercatstudios.com/) for creating this fantastic game, which you can purchase on [Steam](https://store.steampowered.com/app/1389010/Deathroids) + +\* Might run a little slow on RK3326 handhelds + +# Controls + +| Button | Action | +| ------ | -------- | +| D-PAD | Movement | +| A | Fire | +| B | Shield | +| START | Pause | +| SELECT | Quit | diff --git a/ports/deathroids/gameinfo.xml b/ports/deathroids/gameinfo.xml new file mode 100644 index 0000000000..81036f342a --- /dev/null +++ b/ports/deathroids/gameinfo.xml @@ -0,0 +1,13 @@ + + + + ./Deathroids.sh + Deathroids + Relive the golden age of arcades playing a game with all the classic 80's/90's space-shooting features. See how far you can get by destroying all enemy robots that are ready to attack planet Earth. + 20201013T000000 + Silver Cat Studios + Self-published + Arcade + ./deathroids/screenshot.png + + diff --git a/ports/deathroids/port.json b/ports/deathroids/port.json new file mode 100644 index 0000000000..5af8665922 --- /dev/null +++ b/ports/deathroids/port.json @@ -0,0 +1,28 @@ +{ + "version": 3, + "name": "deathroids.zip", + "items": [ + "Deathroids.sh", + "deathroids" + ], + "items_opt": null, + "attr": { + "title": "Deathroids", + "porter": [ + "tabreturn" + ], + "desc": "Relive the golden age of arcades playing a game with all the classic 80's/90's space-shooting features. See how far you can get by destroying all enemy robots that are ready to attack planet Earth.", + "desc_md": null, + "inst": "The game is available for purchase on Steam (https://store.steampowered.com/app/1389010/Deathroids). Use depot_download or DepotDownloader to retrieve a specific manifest: -app 1389010 -depot 1389013 -manifest 3629779867370273043 -- then place the Deathroids.app file in this port's gamedata folder", + "inst_md": "The game is available for purchase on [Steam](https://store.steampowered.com/app/1389010/Deathroids). Use `depot_download` or `DepotDownloader` to retrieve a specific manifest: `-app 1389010 -depot 1389013 -manifest 3629779867370273043` -- then place the *Deathroids.app* file in this port's *gamedata* folder", + "genres": [ + "arcade" + ], + "image": {}, + "rtr": false, + "exp": false, + "runtime": null, + "reqs": [], + "arch": ["aarch64"] + } +} diff --git a/ports/deathroids/screenshot.png b/ports/deathroids/screenshot.png new file mode 100644 index 0000000000..daa6f485d2 Binary files /dev/null and b/ports/deathroids/screenshot.png differ