Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two snake and ladder games and one of them was not working. [Hacktoberfest] #2988

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)|
| 50 | [Snail_Game](https://github.com/sahaycodes/GameZone/tree/meme/Games/Snail_Game)|
| 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 @@ -437,7 +438,7 @@ This repository also provides one such platforms where contributers come over an
| 325 | [QuizzApp](https://github.com/kunjgit/GameZone/tree/main/Games/QuizzApp)|
| 326 | [Chess Game](https://github.com/kunjgit/GameZone/tree/main/Games/Chess_Game)|
| 327 | [Which Color](https://github.com/sahaycodes/GameZone/tree/main/Games/Which_Color)|
| 328 | [Snail_Game](https://github.com/sahaycodes/GameZone/tree/meme/Games/Snail_Game)|
| * |
| 329 | [Solitaire](https://github.com/kunjgit/GameZone/tree/main/Games/Solitaire_up)|
| 330 | [Slime Attack](https://github.com/apu52/GameZone/tree/Slime-Attack-game/Games/Slime_attack_game)|
| 331 | [Star_Trek_Trivia](https://github.com/kunjgit/GameZone/tree/starTrek-trivia/Games/Star_Trek_Trivia)|
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"
}

}
Loading