Skip to content

sahiljanbandhu/MultiplicationGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiplicationGame

Description

The main purpose of the project was to build an interactive application - Multiplication Game. The game demonstrates programming with JavaScript

Live App

https://multiplicationgames.netlify.app/

Developing Tools:

  • HTML5
  • CSS3
  • JavaScript

Features:

  1. When the game begins, the timer is set to 30 seconds.
  2. Two random numbers between 0 and 10 are displayed for the multiplication question.
  3. Four answer choices are given, one of which is the correct answer.
  4. If the correct answer is selected, the "right" label will be shown for one second, and a new question will be displayed.
  5. If an incorrect answer is selected, the "wrong" label will be shown for one second, and the question remains the same.
  6. The score window updates the number of correct answers.
  7. The player can reset and restart the game at any time.
  8. The game includes music sounds (start, wrong, correct, gameover) for creating a playful athmosphere.
  9. After the time is out, the gameover window is displayed with the total score.

Screenshots:

multiplicationscreen4

multiplicationscreen1

multiplicationscreen2

multiplicationscreen3

Contributors ✨


Sahil Janbandhu

Prathmesh Mali