Sudarshan MG

Results 6 comments of Sudarshan MG

Please have a look at it now. I made all the changes you requested.

In your code, You cannot access `threadsAPI` before initialization right? You are creating a new object named `threadsAPI` after you are trying to access it to get token.

Absolutely! :love_you_gesture: Just to be clear, Matrix multiplication is currently in [matrix3.js](https://github.com/melonjs/melonJS/blob/master/src/math/matrix3.js#L152) right? If so, is the mutiply method for a 4x4 matrix? because the indexing is from 0-15.

Hey :wave: Implemented strassen's as requested, please check it out!