updated game links to apps subdomain and removed TADS source files

This commit is contained in:
2025-08-10 17:02:51 +02:00
parent 967ce0132b
commit 0b550101e6
34 changed files with 8 additions and 472 deletions

View File

@@ -247,7 +247,7 @@ export const games: Project[] = [
links: [
{
text: "Play <b>Magician</b>",
link: "/games/magician",
link: "//apps.denizk0461.dev/magician",
},
],
},
@@ -266,7 +266,7 @@ export const games: Project[] = [
links: [
{
text: "Play <b>Swords & Stuff</b>",
link: "/games/swordsnstuff",
link: "//apps.denizk0461.dev/swordsnstuff",
},
],
},
@@ -283,11 +283,11 @@ export const games: Project[] = [
links: [
{
text: "Play <b>TADS 1</b>",
link: "/projects/tads/tads1",
link: "//apps.denizk0461.dev/tads/1",
},
{
text: "Play <b>TADS 2</b>",
link: "/projects/tads/tads2",
link: "//apps.denizk0461.dev/tads/2",
},
],
},