Add ink integration UI and media playback

This commit is contained in:
2026-05-15 21:23:46 +02:00
parent 44dc64f830
commit f2e786d5bc
89 changed files with 6561 additions and 556 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"engine": "ink",
"locale": "en_US",
"paths": {
"mainGameFile": "data/ink/kaiserpunk.ink.json",
"inkSource": "data/ink-src/kaiserpunk.ink",
"inkCompiled": "data/ink/kaiserpunk.ink.json",
"music": "public/music",
"sfx": "public/sounds",
"images": "public/images"
},
"metadata": {
"title": "Eibenreith",
"author": "Georg Tomitsch",
"subtitle": "A Kaiserpunk Adventure",
"version": "0.0.1",
"copyright": "2026 by Bad Tools Studio"
}
}
+17
View File
@@ -0,0 +1,17 @@
{
"engine": "yaml",
"locale": "en_US",
"paths": {
"mainGameFile": "data/worlds/example_world.yml",
"music": "public/music",
"sfx": "public/sounds",
"images": "public/images"
},
"metadata": {
"title": "The Mysterious Mansion",
"author": "AI Interactive Fiction",
"subtitle": "An open-world text adventure",
"version": "1.0.0",
"copyright": "Prototype content for local development."
}
}
+18
View File
@@ -0,0 +1,18 @@
{
"engine": "zork",
"locale": "en_US",
"paths": {
"mainGameFile": "data/z-code/zork1.bin",
"promptDir": "data/zork-prompts",
"music": "public/music",
"sfx": "public/sounds",
"images": "public/images"
},
"metadata": {
"title": "Zork I",
"author": "Infocom",
"subtitle": "A narrated Z-code adventure",
"version": "1.0.0",
"copyright": "Use only with a legally supplied Z-code story file."
}
}