Skip to content

Commit

Permalink
- add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tabreturn committed Jan 15, 2025
1 parent aa7ab49 commit 5e97f80
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ports/deathroids/NOTES.TXT

This file was deleted.

15 changes: 15 additions & 0 deletions ports/deathroids/README.md
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 |
13 changes: 13 additions & 0 deletions ports/deathroids/gameinfo.xml
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>
28 changes: 28 additions & 0 deletions ports/deathroids/port.json
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"]
}
}
Binary file added ports/deathroids/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e97f80

Please sign in to comment.