Skip to content

Commit

Permalink
fixed bugs as mentioned in PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
thevirengarg committed Oct 11, 2023
1 parent b3f6e00 commit 04c2925
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)|
Expand Down Expand Up @@ -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)|
| * |

</center>

Expand Down
15 changes: 5 additions & 10 deletions assets/js/gamesData.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -453,7 +453,7 @@
"89": {
"gameTitle": "Snake Ladder",
"gameUrl": "Snake_Ladder",
"thumbnailUrl": "snake_ladder.webp"
"thumbnailUrl": "snake_and_ladder.webp"
},
"90": {
"gameTitle": "Among Us",
Expand Down Expand Up @@ -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"
}

}

0 comments on commit 04c2925

Please sign in to comment.