From 04c2925221725a51c1d0391ea5c6ef7672750934 Mon Sep 17 00:00:00 2001 From: thevirengarg <111726483+thevirengarg@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:59:56 +0530 Subject: [PATCH] fixed bugs as mentioned in PR. --- README.md | 3 ++- assets/js/gamesData.json | 15 +++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d81cb0fbeb..1fdbd8da73 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ This repository also provides one such platforms where contributers come over an | 47 | [Starwars Character Game](https://github.com/kunjgit/GameZone/tree/main/Games/Starwars_Character_Game)| | 48 | [Traffic Run](https://github.com/kunjgit/GameZone/tree/main/Games/Traffic_Run)| | 49 | [Love Result Predictor](https://github.com/kunjgit/GameZone/tree/main/Games/Love_Result_Predictor)| +| * | [Guess The Weapon](https://github.com/kunjgit/GameZone/tree/main/Games/Guess_The_Weapon)| | 51 | [Tower Defense](https://github.com/kunjgit/GameZone/tree/main/Games/Tower_Defense)| | 52 | [Bird Game](https://github.com/kunjgit/GameZone/tree/main/Games/Bird_game)| | 53 | [Bubble Blast Game](https://github.com/kunjgit/GameZone/tree/main/Games/Bubble_Blast_Game)| @@ -494,7 +495,7 @@ This repository also provides one such platforms where contributers come over an | 382 | [HueHero](https://github.com/kunjgit/GameZone/tree/main/Games/HueHero)| | 383 | [Puzzel_Winner](https://github.com/kunjgit/GameZone/tree/main/Games/Puzzel_Winner)| | 384 | [Emoji_Intruder](https://github.com/kunjgit/GameZone/tree/main/Games/Emoji_Intruder)| -| 385 | [Guess The Weapon](https://github.com/kunjgit/GameZone/tree/main/Games/Guess_The_Weapon)| +| * | diff --git a/assets/js/gamesData.json b/assets/js/gamesData.json index 01b0a129aa..6e1354b66c 100644 --- a/assets/js/gamesData.json +++ b/assets/js/gamesData.json @@ -245,9 +245,9 @@ "thumbnailUrl": "Love Result Predictor.webp" }, "50": { - "gameTitle": "Snake and Ladders", - "gameUrl": "Snake_and_Ladders", - "thumbnailUrl": "snake_and_ladder.webp" + "gameTitle": "Snail Game", + "gameUrl": "Snail_Game", + "thumbnailUrl": "Snail_Game.png" }, "51": { "gameTitle": "Tower Defense", @@ -453,7 +453,7 @@ "89": { "gameTitle": "Snake Ladder", "gameUrl": "Snake_Ladder", - "thumbnailUrl": "snake_ladder.webp" + "thumbnailUrl": "snake_and_ladder.webp" }, "90": { "gameTitle": "Among Us", @@ -1639,12 +1639,7 @@ "326": { "gameTitle": "Which Color", "gameUrl": "Which_Color", - "thumbnailUrl": "Which_Color" - }, - "327": { - "gameTitle": "Snail Game", - "gameUrl": "Snail_Game", - "thumbnailUrl": "Snail_Game" + "thumbnailUrl": "Which_Color.jpg" } }