The main purpose of the project was to build an interactive application - Multiplication Game. The game demonstrates programming with JavaScript
https://multiplicationgames.netlify.app/
- HTML5
- CSS3
- JavaScript
- When the game begins, the timer is set to 30 seconds.
- Two random numbers between 0 and 10 are displayed for the multiplication question.
- Four answer choices are given, one of which is the correct answer.
- If the correct answer is selected, the "right" label will be shown for one second, and a new question will be displayed.
- If an incorrect answer is selected, the "wrong" label will be shown for one second, and the question remains the same.
- The score window updates the number of correct answers.
- The player can reset and restart the game at any time.
- The game includes music sounds (start, wrong, correct, gameover) for creating a playful athmosphere.
- After the time is out, the gameover window is displayed with the total score.
Sahil Janbandhu |
Prathmesh Mali |