Skip to content

Commit

Permalink
Merge pull request #973 from MadShmupper/main
Browse files Browse the repository at this point in the history
Port Update: Make Demonstone64 R2R
  • Loading branch information
JanTrueno authored Nov 28, 2024
2 parents 065a046 + fd42ba2 commit f48ee03
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 31 deletions.
Binary file not shown.
21 changes: 21 additions & 0 deletions ports/demonstone64/demonstone64/licensefiles/LICENSE.FRT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2017-2023 Emanuele Fornara

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ports/demonstone64/gameinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<game>
<path>./Demonstone64.sh</path>
<name>Demonstone64</name>
<desc>Dodge enemy attacks, vanquish the demon's minions, shatter the enchanted mirror, and reclaim the castle!</desc>
<desc>A one hit dungeon/castle crawler. Make your way past or through the Castle guards in each room. Shatter the magic mirror and reclaim your Castle Demonstone!</desc>
<releasedate>20200809T000000</releasedate>
<developer>Rad Codex</developer>
<publisher>Rad Codex</publisher>
<genre>puzzle</genre>
<genre>action, strategy, puzzle</genre>
<image>./demonstone64/cover.png</image>
</game>
</gameList>
61 changes: 32 additions & 29 deletions ports/demonstone64/port.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
{
"version": 2,
"name": "demonstone64.zip",
"items": [
"Demonstone64.sh",
"demonstone64"
],
"items_opt": null,
"attr": {
"title": "Demonstone64",
"porter": [
"MadShmupper",
"JanTrueno"
],
"desc": "A cleverly built strategy/puzzle game where you are a Knight who must cleverly traverse each dungeon without being caught in the enemies path. One hit kill. ",
"inst": "Download game at itch.io, extract and place Demonstone64.pck into gamedata folder. ",
"genres": [
"adventure",
"puzzle",
"strategy"
],
"image": null,
"rtr": false,
"exp": false,
"runtime": "frt_3.3.4.squashfs",
"reqs": [],
"arch": []
}
}
{
"version": 3,
"name": "demonstone64.zip",
"items": [
"Demonstone64.sh",
"demonstone64"
],
"items_opt": [],
"attr": {
"title": "Demonstone64",
"porter": [
"MadShmupper",
"JanTrueno"
],
"desc": "A one hit strategy game where you must move through each room, timing your attacks and dodging guards. Can you conquer Castle Demonstone?",
"desc_md": null,
"inst": "Ready to Run",
"inst_md": null,
"genres": [
"adventure",
"puzzle",
"strategy"
],
"image": null,
"rtr": true,
"exp": false,
"runtime": null,
"reqs": [],
"arch": [],
"min_glibc": ""
}
}

0 comments on commit f48ee03

Please sign in to comment.