Funorb - Proof of concept populating gamelist.html dynamically from games data.json

This commit is contained in:
dginovker 2023-05-08 02:01:51 +09:00
parent 1962845ee7
commit 6cef7d9ad0
2 changed files with 116 additions and 1143 deletions

View File

@ -5,48 +5,55 @@
"swf": "./swfs/ageofwar.swf", "swf": "./swfs/ageofwar.swf",
"forum": "https://forum.2009scape.org/viewtopic.php?t=383-age-of-war", "forum": "https://forum.2009scape.org/viewtopic.php?t=383-age-of-war",
"description": "Battle of the ages!", "description": "Battle of the ages!",
"warn": "Warning: This game is very LOUD" "warn": "Warning: This game is very LOUD",
"id": "ageofwar"
}, },
"bloonstd1": { "bloonstd1": {
"name": "Bloons TD 1", "name": "Bloons TD 1",
"image": "./img/bloonstd1.avif", "image": "./img/bloonstd1.avif",
"swf": "./swfs/bloonstd1.swf", "swf": "./swfs/bloonstd1.swf",
"description": "Use monkeys to stop the balloons from escaping!", "description": "Use monkeys to stop the balloons from escaping!",
"forum": "https://forum.2009scape.org/viewtopic.php?t=384-bloons-tower-defense-1" "forum": "https://forum.2009scape.org/viewtopic.php?t=384-bloons-tower-defense-1",
"id": "bloonstd1"
}, },
"bloonstd2": { "bloonstd2": {
"name": "Bloons TD 2", "name": "Bloons TD 2",
"image": "./img/bloonstd2.avif", "image": "./img/bloonstd2.avif",
"swf": "./swfs/bloonstd2.swf", "swf": "./swfs/bloonstd2.swf",
"description": "Use monkeys to stop the balloons from escaping, version 2!", "description": "Use monkeys to stop the balloons from escaping, version 2!",
"forum": "https://forum.2009scape.org/viewtopic.php?t=391-bloons-tower-defense-2" "forum": "https://forum.2009scape.org/viewtopic.php?t=391-bloons-tower-defense-2",
"id": "bloonstd2"
}, },
"bloonstd3": { "bloonstd3": {
"name": "Bloons TD 3", "name": "Bloons TD 3",
"image": "./img/bloonstd3.avif", "image": "./img/bloonstd3.avif",
"swf": "./swfs/bloonstd3.swf", "swf": "./swfs/bloonstd3.swf",
"description": "Use monkeys to stop the balloons from escaping, version 3!", "description": "Use monkeys to stop the balloons from escaping, version 3!",
"forum": "https://forum.2009scape.org/viewtopic.php?t=436-bloons-tower-defense-3" "forum": "https://forum.2009scape.org/viewtopic.php?t=436-bloons-tower-defense-3",
"id": "bloonstd3"
}, },
"flashsonic": { "flashsonic": {
"name": "Flash Sonic", "name": "Flash Sonic",
"image": "./img/flashsonic.avif", "image": "./img/flashsonic.avif",
"swf": "./swfs/flashsonic.swf", "swf": "./swfs/flashsonic.swf",
"description": "Run through the levels as Sonic the Hedgehog!", "description": "Run through the levels as Sonic the Hedgehog!",
"forum": "https://forum.2009scape.org/viewtopic.php?t=385-flash-sonic" "forum": "https://forum.2009scape.org/viewtopic.php?t=385-flash-sonic",
"id": "flashsonic"
}, },
"learntofly2": { "learntofly2": {
"name": "Learn to Fly 2", "name": "Learn to Fly 2",
"image": "./img/learntofly2.avif", "image": "./img/learntofly2.avif",
"swf": "./swfs/learntofly2.swf", "swf": "./swfs/learntofly2.swf",
"description": "Help a poor penguin learn to fly!", "description": "Help a poor penguin learn to fly!",
"forum": "https://forum.2009scape.org/viewtopic.php?t=437-learn-to-fly-2" "forum": "https://forum.2009scape.org/viewtopic.php?t=437-learn-to-fly-2",
"id": "learntofly2"
}, },
"worldshardestgame": { "worldshardestgame": {
"name": "World's Hardest Game", "name": "World's Hardest Game",
"image": "./img/worldshardestgame.avif", "image": "./img/worldshardestgame.avif",
"swf": "./swfs/worldshardestgame.swf", "swf": "./swfs/worldshardestgame.swf",
"description": "A game that's actually hard!", "description": "A game that's actually hard!",
"forum": "https://forum.2009scape.org/viewtopic.php?t=386-world-s-hardest-game" "forum": "https://forum.2009scape.org/viewtopic.php?t=386-world-s-hardest-game",
"id": "worldshardestgame"
} }
} }

File diff suppressed because it is too large Load Diff