From 7e65d5bddaabbc63ac45d32011e37a3f7456952c Mon Sep 17 00:00:00 2001 From: AaryanManghnani <108581214+AaryanManghnani@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:06:09 +0530 Subject: [PATCH] Create README.md --- Games/Quick Math/README.md | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Games/Quick Math/README.md diff --git a/Games/Quick Math/README.md b/Games/Quick Math/README.md new file mode 100644 index 0000000000..9628132e39 --- /dev/null +++ b/Games/Quick Math/README.md @@ -0,0 +1,41 @@ +# **Quick Math** + +--- + + +## **Description 📃** + +- The Math Game is a fun and educational browser-based game designed to test and improve your arithmetic skills. Players solve addition problems under a time limit, aiming to score as many points as possible. + + + +## **Functionalities 🎮** + +- Begin at the main menu with a welcoming message and a "Start Game" button. +- A math problem(arithmetic) is displayed. +- Enter your answer in the input box and click the "Submit" button. +- If the answer is correct, the screen flashes green, and your score increases by one. +- If the answer is incorrect, the screen flashes red, and the next problem is presented. +- The timer counts down from 30 seconds, displayed at the top of the game interface. +- The end screen displays your final score and provides a "Play Again" button. + +
+ +## **How to play? 🕹ī¸** + +1. Click the "Start Game" button to initiate the game. +2. A math problem (addition) is displayed on the screen. Enter your answer in the input box. +3. Click the "Submit" button to check your answer. +4. The game timer starts at 30 seconds. The game ends when the timer reaches zero. +5. When the game ends, your final score is displayed on the end screen. +6. Click the "Play Again" button to restart the game. + + +
+ +## **Screenshots 📸** + +![image](https://github.com/AaryanManghnani/GameZone/blob/QuickMath/assets/images/Quick%20Math.png) + + +