Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.37 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.37 KB

Math Game

This JavaScript-based math game program generates a random arithmetic problem and the user has to solve it as quickly as possible to score points. The game is built using HTML, CSS, and JavaScript and includes a timer to add an element of challenge to the gameplay experience.

Features

  • User-friendly interface with responsive design
  • Random arithmetic problems generated for addition, subtraction, multiplication, and division
  • Scorekeeping system to track the number of correct answers and the total points earned
  • Timer to track the time remaining to solve each problem
  • Sound effects to enhance the gaming experience

Requirements

  • Web browser with JavaScript support

Installation

  1. Clone the repository: git clone https://github.com/ADHIL-MOHAMMED-P-N/Math-game.git
  2. Open index.html in a web browser

Usage

  1. Open index.html in a web browser
  2. Click on the "Start Game" button to begin playing
  3. Solve as many arithmetic problems as possible in the given time period
  4. The game will automatically end when the time is up and display the final score

Contributing

  1. Fork the repository
  2. Create a branch: git checkout -b my-new-feature
  3. Make changes and commit: git commit -am 'Add new feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

This project is licensed under the MIT License.