shamanX86
shamanX86
A possible solution, ``` //assuming the variables for left arrow and right arrow keys to be left and right respectively. let v1 = 0, v2 = 0, v3 = 0;...
@ova2 can you please check if my solution working for you??
You can try using the node module http-server. First install node.js and npm [here](https://nodejs.org/en/download/). Next install the node module http-server. Instructions [here](https://www.npmjs.com/package/http-server). Then navigate to your project folder through the...