Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 783 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 783 Bytes

This project was bootstrapped with Create React App.

Math Game App

This is a simple game where you have to solve some math problems and earn points.

How it works?

The Math game get some random numbers and operations to put together and create the problems that you must solve, everytime you insert the correct answer, your points and the time will be increased.

TO-DO List

  • Test implementations
  • Change the difficult of the problem according to the level.
  • Earn lifes when you do a streak.
  • Use more complex math operations in the highest levels.
  • Avoid the inaccurate divisions, ex. 98/76.

Online Example

An online example of the app will be in https://ogaston.github.io/math-game/