From e24df085ec54376842bd041a34382691fefba709 Mon Sep 17 00:00:00 2001 From: Bas Boot Date: Thu, 30 May 2024 11:24:15 +0200 Subject: [PATCH 1/5] Update games.json (Test Carmageddon) --- docs/data/games.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/data/games.json b/docs/data/games.json index 2b114ad..0fa7922 100644 --- a/docs/data/games.json +++ b/docs/data/games.json @@ -249,4 +249,10 @@ "players": 1, "cover": "cartridge_rob_ai.png" } + { + "name": "Carmageddon v0.1", + "url": "https://hr-cmgt.github.io/PRG04-2023-2024-finished/carmageddon/docs/", + "players" : 1, + "makecode" : false + } ] From 98030b79391d9ceb74dbbb159b6e925d4f25c9f9 Mon Sep 17 00:00:00 2001 From: Bas Boot Date: Thu, 30 May 2024 11:27:28 +0200 Subject: [PATCH 2/5] Fix , --- docs/data/games.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/games.json b/docs/data/games.json index 0fa7922..99a6587 100644 --- a/docs/data/games.json +++ b/docs/data/games.json @@ -248,7 +248,7 @@ "url": "https://lucashijman6.github.io/Rob.AI/", "players": 1, "cover": "cartridge_rob_ai.png" - } + }, { "name": "Carmageddon v0.1", "url": "https://hr-cmgt.github.io/PRG04-2023-2024-finished/carmageddon/docs/", From 3b7388cdc1bfd1d7e2309dcb310b3af1241d640a Mon Sep 17 00:00:00 2001 From: Bas Boot Date: Tue, 4 Jun 2024 15:05:23 +0200 Subject: [PATCH 3/5] Update games.json (add jump around for testing) --- docs/data/games.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/data/games.json b/docs/data/games.json index 99a6587..c625083 100644 --- a/docs/data/games.json +++ b/docs/data/games.json @@ -254,5 +254,11 @@ "url": "https://hr-cmgt.github.io/PRG04-2023-2024-finished/carmageddon/docs/", "players" : 1, "makecode" : false + }, + { + "name": "Jump around v0.1beta", + "url": "https://basboot.github.io/jump-around/", + "players" : 1, + "makecode" : false } ] From a33d90f2418038527c6b15fe0be39e8b120cbf93 Mon Sep 17 00:00:00 2001 From: Bas Boot Date: Tue, 4 Jun 2024 15:10:26 +0200 Subject: [PATCH 4/5] Update games.json (remove jump around) --- docs/data/games.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/data/games.json b/docs/data/games.json index c625083..99a6587 100644 --- a/docs/data/games.json +++ b/docs/data/games.json @@ -254,11 +254,5 @@ "url": "https://hr-cmgt.github.io/PRG04-2023-2024-finished/carmageddon/docs/", "players" : 1, "makecode" : false - }, - { - "name": "Jump around v0.1beta", - "url": "https://basboot.github.io/jump-around/", - "players" : 1, - "makecode" : false } ] From 90685300abd9d48b26d372883276bf845d1705ba Mon Sep 17 00:00:00 2001 From: Bas Boot Date: Tue, 4 Jun 2024 15:25:31 +0200 Subject: [PATCH 5/5] Update games.json --- docs/data/games.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/data/games.json b/docs/data/games.json index 99a6587..c625083 100644 --- a/docs/data/games.json +++ b/docs/data/games.json @@ -254,5 +254,11 @@ "url": "https://hr-cmgt.github.io/PRG04-2023-2024-finished/carmageddon/docs/", "players" : 1, "makecode" : false + }, + { + "name": "Jump around v0.1beta", + "url": "https://basboot.github.io/jump-around/", + "players" : 1, + "makecode" : false } ]