-
Notifications
You must be signed in to change notification settings - Fork 838
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
235a2b0
commit 7e65d5b
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
<br> | ||
|
||
## **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. | ||
|
||
|
||
<br> | ||
|
||
## **Screenshots 📸** | ||
|
||
![image](https://github.com/AaryanManghnani/GameZone/blob/QuickMath/assets/images/Quick%20Math.png) | ||
|
||
|
||
<br> |