From 3a5b8fbed8e9873ee1b3e78107633d8f554a1047 Mon Sep 17 00:00:00 2001 From: Bagi763 <166919061+Bagi763@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:28:22 -0400 Subject: [PATCH 1/3] added eaglercraft --- public/assets/data/games.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/assets/data/games.js b/public/assets/data/games.js index 4f1a7ac9..06f4eb47 100644 --- a/public/assets/data/games.js +++ b/public/assets/data/games.js @@ -539,7 +539,13 @@ var games = [ title: 'Raccoon Retail', url: 'https://www.coolmathgames.com/0-raccoon-retail/play', image: 'https://play-lh.googleusercontent.com/zI8P-Gej0l8WK9_rRrVJuHQfZqA97ncD1RCN8qdLbmwl0uxPI8o5JLBsnJz5hxLKTYE' - } + }, + { + id: 'eaglercraft', + title: 'Minecraft 1.8.8', + url: 'https://eaglercraft.com/mc/1.8.8', + image: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRlMj9jg_k4NvGgTfxav9xDuiy2BGJ7KzBMsQ&s' + }, ] games.sort(function (a, b) { return a.title.localeCompare(b.title); From c93695dcc2b3e9cc93cf6b9eaad2a5408823f888 Mon Sep 17 00:00:00 2001 From: Bagi763 <166919061+Bagi763@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:38:53 -0400 Subject: [PATCH 2/3] added a bunch of apps --- public/assets/data/apps.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/public/assets/data/apps.js b/public/assets/data/apps.js index 2cbec92e..e9f42b8b 100644 --- a/public/assets/data/apps.js +++ b/public/assets/data/apps.js @@ -116,6 +116,34 @@ var apps = [ 'url': 'https://cattn.github.io/gba', "image": "https://cattn.github.io/gba/pwa/apple-icon-180.png", "description": "A Game Boy Advance retro emulator with over 3000 games, and other consoles as well" + }, + { + 'id': 'scratch', + 'title': 'Scratch', + 'url': 'https://scratch.mit.edu', + "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSDtkWi9cs_kkA_SWxosg2z59Ha4PNy0cAyrA&s", + "description": "A Block Based Programming Language Community with a ton of Online Games" + }, + { + 'id': 'itch.io', + 'title': 'Itch.io', + 'url': 'https://itch.io', + "image": "https://www.wargamer.com/wp-content/sites/wargamer/2022/02/Itchio-condemns-NFTs-Itchio-logo.jpg", + "description": "A Place Where You Can Download Games or Play Games Online" + }, + { + 'id': 'instagram', + 'title': 'Instagram', + 'url': 'https://instagram.com', + "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcROlf2GkEtPk1w49L9mw1r1ERJRea7lAPMm6Q&s", + "description": "Just Instagram" + }, + { + 'id': 'chatgpt', + 'title': 'ChatGPT', + 'url': 'https://chat.openai.com', + "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSkjcFoADXGfO6r-rGC_LSR-dw_YmwoYjgjuQ&s", + "description": "A AI ChatBot that can do stuff for you" } ] From ae6f6c645f5742b12568b139111c7ac9cbe1b5ab Mon Sep 17 00:00:00 2001 From: Bagi763 <166919061+Bagi763@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:44:26 -0400 Subject: [PATCH 3/3] added voxiom --- public/assets/data/games.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/assets/data/games.js b/public/assets/data/games.js index 06f4eb47..22658983 100644 --- a/public/assets/data/games.js +++ b/public/assets/data/games.js @@ -546,6 +546,12 @@ var games = [ url: 'https://eaglercraft.com/mc/1.8.8', image: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRlMj9jg_k4NvGgTfxav9xDuiy2BGJ7KzBMsQ&s' }, + { + id: 'voxiom', + title: 'Voxiom.io', + url: 'https://voxiom.io', + image: 'https://files.gamezhero.com/game/89d/c92/89dc92bc39bbf286/images/240/voxiomio.jpg' + } ] games.sort(function (a, b) { return a.title.localeCompare(b.title);