diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 6f3a2913e1..0000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "liveServer.settings.port": 5501 -} \ No newline at end of file diff --git a/Games/Modulo_Game/README.md b/Games/Modulo_Game/README.md new file mode 100644 index 0000000000..1fb768d8f7 --- /dev/null +++ b/Games/Modulo_Game/README.md @@ -0,0 +1,35 @@ +# **Modulo_Game** + +--- + +
+ +## **Description 📃** + +-Find Modulo of given numbers. +-This is time based game. +-User needs to answer max quations. + +## **functionalities 🎮** + +-In 60s User needs to give max right answer. +-Point counting. +-Display Correct answer. +-Giver Alert on wrong answer. + +
+ +## **How to play? 🕹ī¸** +-When you open page your timer start. +-Input your answer and submit. +-If it is correct your score counts. + +
+ +## **Screenshots 📸** + +
+![image](../../assets/images/Modulo_Game.png) +
+ + diff --git a/Games/Modulo_Game/index.html b/Games/Modulo_Game/index.html new file mode 100644 index 0000000000..76096bf6a5 --- /dev/null +++ b/Games/Modulo_Game/index.html @@ -0,0 +1,119 @@ + + + + + + Modulo_Game + + + + + + +
+
+
+

Answer as many modulo questions as you can in 60 seconds!

+
+
+
+
+ + +
+
+
+
Time Left: 60s
+
Score: 0
+
+
+
+
+
+
+ + + + + + diff --git a/README.md b/README.md index 6a7e5490b7..dd477d35f2 100644 --- a/README.md +++ b/README.md @@ -338,13 +338,14 @@ This repository also provides one such platforms where contributers come over an | [Penguins Can't Fly](https://github.com/Will2Jacks/GameZoneForked/tree/Task/Games/Penguins_Can't_Fly) | | [Intellect Quest](https://github.com/Will2Jacks/GameZoneForked/tree/Task/Games/Intellect_Quest) | | [Taash_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Taash_Game) | +| [Intellect Quest](https://github.com/Will2Jacks/GameZoneForked/tree/Task/Games/Intellect_Quest) | +| [Taash_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Taash_Game) | | [Number_Guessing_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Number_Guessing_Game) | +| [Modulo_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Modulo_Game) | - | [Number_Guessing_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Computer_Bingo) |
-

Page with Curl Contributing Guideline

diff --git a/assets/images/Modulo_Game.png b/assets/images/Modulo_Game.png new file mode 100644 index 0000000000..7ac0d4a48d Binary files /dev/null and b/assets/images/Modulo_Game.png differ