-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
56 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<gameList> | ||
<game> | ||
<path>./Deathroids.sh</path> | ||
<name>Deathroids</name> | ||
<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> | ||
<releasedate>20201013T000000</releasedate> | ||
<developer>Silver Cat Studios</developer> | ||
<publisher>Self-published</publisher> | ||
<genre>Arcade</genre> | ||
<image>./deathroids/screenshot.png</image> | ||
</game> | ||
</gameList> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.