Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 712 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 712 Bytes

CI logo

live site

Welcome

Starter Maths Game

This maths game is used to teach the basics of JavaScript and the DOM.

REQUIRED (TESTED):

  • Add a division game that requires integers as answers

BONUS (NOT TESTED):

  • Provide better feedback to the user - we don't want to use alert()
  • Add difficulty levels - Easy, Normal, Difficult - that affect the complexity of the questions

SUPER BONUS (NOT TESTED):

  • Add a countdown timer to the game
  • Add a high-score chart for people who get the most answers right in the time available (research using local storage)

Happy coding!