From a6e53d85f2638f6059263d637446b93b2d5f0d71 Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Tue, 21 Oct 2025 14:12:19 +0300 Subject: [PATCH 1/2] Bugfix: Fix some gamedev game names. --- src/data/gamedev.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/gamedev.json b/src/data/gamedev.json index c9c625e..0f7e36d 100644 --- a/src/data/gamedev.json +++ b/src/data/gamedev.json @@ -16,7 +16,7 @@ }, { "id": "eleball", - "name": "Eleball", + "name": "EleBall", "logo": "/images/EXPO/GameDev logos/Eleball.png", "developer": "Pulsar Twin", "description": "" @@ -29,8 +29,8 @@ "description": "" }, { - "id": "cyber-dog-rescue", - "name": "Cyber Dog Rescue", + "id": "cyber-dog-rogue", + "name": "Cyber Dog Rogue", "logo": "/images/EXPO/GameDev logos/Cyber_Doc_Rogue.png", "developer": "HRA Interactive", "description": "" @@ -121,8 +121,8 @@ "description": "" }, { - "id": "war-thorn", - "name": "War-thorn", + "id": "war-torn", + "name": "War-torn", "logo": "/images/EXPO/GameDev logos/War_torn.png", "developer": "KingOfTheEnd, ForgottenCup", "description": "" @@ -182,7 +182,7 @@ "id": "nullis", "name": "Nullis", "logo": "/images/EXPO/GameDev logos/Nullis.png", - "university": "Tallinna Tehnikaülikool", + "university": "Tartu Ülikool", "description": "" }, { From a9b4ef8e24f5d35f5ea8c496f063dc6208c0db86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katri=20Lotam=C3=B5is?= Date: Thu, 23 Oct 2025 12:03:31 +0300 Subject: [PATCH 2/2] Fix game name typo, add uni game under solo projects --- src/data/gamedev.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/data/gamedev.json b/src/data/gamedev.json index 0f7e36d..783204d 100644 --- a/src/data/gamedev.json +++ b/src/data/gamedev.json @@ -29,8 +29,8 @@ "description": "" }, { - "id": "cyber-dog-rogue", - "name": "Cyber Dog Rogue", + "id": "cyber-doc-rogue", + "name": "CYBER DOC ROGUE", "logo": "/images/EXPO/GameDev logos/Cyber_Doc_Rogue.png", "developer": "HRA Interactive", "description": "" @@ -126,6 +126,13 @@ "logo": "/images/EXPO/GameDev logos/War_torn.png", "developer": "KingOfTheEnd, ForgottenCup", "description": "" + }, + { + "id": "type-n-magic", + "name": "Type 'n Magic", + "logo": "/images/EXPO/ylikoolid/type_n_magic.png", + "developer": "Mikhail Fiadotau", + "description": "" } ], "universities": [ @@ -219,13 +226,6 @@ "logo": "/images/EXPO/ylikoolid/magic_mineral.png", "university": "Tallinna Ülikool", "description": "" - }, - { - "id": "type-n-magic", - "name": "Type 'n Magic", - "logo": "/images/EXPO/ylikoolid/type_n_magic.png", - "university": "Tallinna Ülikool", - "description": "" } ] }