The complete code for the MathSolver game. Play it Here!
- Answer the math problem faster than the others
- Answer correctly to gain a point and block the others to gain it
- Answer wrongly and you will loose a point
- Every 5 seconds a new problem will appear
- Clone the repository
- Navigate to the new folder
- Run the command npm i to install the packages
- Run the command node server/server.js to play
- Run the command npm test to run the tests
- Node.js
- Socket.io
- Express
- Moment
- Nodemon
- Expect
- Mocha