diff --git a/README.md b/README.md index 64b6af5c3e..df69d0f28b 100644 --- a/README.md +++ b/README.md @@ -1715,7 +1715,7 @@ This repository also provides one such platforms where contributers come over an |[Tower_Building_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Tower_Building_Game)| |[Cross_Road_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Cross_Road_Game)| - +| [Hit_The_Mole](https://github.com/kunjgit/GameZone/tree/main/Games/Hit_The_Mole) | diff --git a/assets/images/Hit_The_Mole.png b/assets/images/Hit_The_Mole.png new file mode 100644 index 0000000000..e102c10cf3 Binary files /dev/null and b/assets/images/Hit_The_Mole.png differ diff --git a/assets/js/gamesData.json b/assets/js/gamesData.json index c9df743ed6..6268e0014a 100644 --- a/assets/js/gamesData.json +++ b/assets/js/gamesData.json @@ -3216,10 +3216,15 @@ "gameTitle" : "Block Vault", "gameUrl": "Block_Vault", "thumbnailUrl": "Block_Vault.png" - } - "643":{ + }, + "644":{ "gameTitle" : "Droop Dash Game", "gameUrl": "Drop_Dash_Game", "thumbnailUrl": "Drop_Dash_Game.png" + }, + "645":{ + "gameTitle": "Hit The Mole", + "gameUrl": "Hit_The_Mole", + "thumbnailUrl": "Hit_The_Mole.png" } }