Dash Math is an arithmetic math game for people of all ages. Players attempt to complete as many arithmetic questions in 1 minute. The motivation behind creating this game is for users to have some short fun and keep their numerical reasoning sharp.
- 1 minute gameplay with timer
- Top 10 scores for the 3 levels will be displayed
- Java (Spring Boot)
- Angular, Bootstrap
- Java Persistence API
- SQL (h2)
- Provide different levels of difficulty
- Provide different math games like calculating percentages, ranges
- git clone https://github.com/nchinling/mental-math-game.git
- Setup h2 database
- cd mental-math-frontend
- ng start
- cd server
- mvn clean spring-boot:run