diff --git a/data/itch_entries.js b/data/itch_entries.js index 3f416fe..141ce7d 100644 --- a/data/itch_entries.js +++ b/data/itch_entries.js @@ -3766,4 +3766,71 @@ const jsonGalleryItemsItch = [ "yearFirstReleased": "2023" }, +{ + "authorName": "Bipedal Studios", + "itemTitle": "Galacard", + "shortDescription": "P​lay with cards... with aliens!", + "imagePreviewURL": "pix/itch/galacard.png", + "linksArray": [ + {"type": "primary", "url": "https://bipedal-studios.itch.io/galacard", "displayText": "Info"}, + ], + "categoryTags": "Game", + "gameTypeTags": "Card Game", + "platformTags": "GameBoy", + "featuredPriority": 5, + "isMultiPlatform": false, + "isOpenSource": false, + "licenseType": "", + "isFreeDownload": true, + "hasPhysicalRelease": false, + "isClassicGBDK": false, + "supportsLinkPlay": false, + "yearFirstReleased": "2024" +}, + +{ + "authorName": "bbbbbr", + "itemTitle": "Game Boy Blue Screen of Death (BSOD)", + "shortDescription": "Blue Screen of Death simulator", + "imagePreviewURL": "pix/itch/gbbsod.jpg", + "linksArray": [ + {"type": "primary", "url": "https://bbbbbr.itch.io/game-boy-bsod", "displayText": "Info"}, + {"type": "source", "url": "https://github.com/bbbbbr/gameboy_bsod", "displayText": "Source"}, + ], + "categoryTags": "Simulation", + "gameTypeTags": "Simulation", + "platformTags": "GameBoyColor", + "featuredPriority": 0, + "isMultiPlatform": false, + "isOpenSource": true, + "licenseType": "GPL", + "isFreeDownload": true, + "hasPhysicalRelease": false, + "isClassicGBDK": false, + "supportsLinkPlay": false, + "yearFirstReleased": "2024" +}, + +{ + "authorName": "User0x7f", + "itemTitle": "G-ZERO World GP", + "shortDescription": "", + "imagePreviewURL": "pix/itch/g-zero_world_gp.png", + "linksArray": [ + {"type": "primary", "url": "https://user0x7f.itch.io/g-zero-world-gp", "displayText": "Info"}, + ], + "categoryTags": "Game", + "gameTypeTags": "Racing", + "platformTags": "GameBoyColor", + "featuredPriority": 9, + "isMultiPlatform": false, + "isOpenSource": false, + "licenseType": "", + "isFreeDownload": true, + "hasPhysicalRelease": true, + "isClassicGBDK": false, + "supportsLinkPlay": false, + "yearFirstReleased": "2024" +}, + ]; diff --git a/pix/itch/g-zero_world_gp.png b/pix/itch/g-zero_world_gp.png new file mode 100644 index 0000000..05c2ad2 Binary files /dev/null and b/pix/itch/g-zero_world_gp.png differ diff --git a/pix/itch/galacard.png b/pix/itch/galacard.png new file mode 100644 index 0000000..df57888 Binary files /dev/null and b/pix/itch/galacard.png differ diff --git a/pix/itch/gbbsod.jpg b/pix/itch/gbbsod.jpg new file mode 100644 index 0000000..9814e07 Binary files /dev/null and b/pix/itch/gbbsod.jpg differ