onedayitwillmake / RealtimeMultiplayerNodeJs

Realtime Mutliplayer Game Engine using Node.js / websockets for HTML5 that uses a client-server approach in which the clients send only sampled input to the server
548 stars 112 forks source link

Black screen #13

Open ysnkhll opened 9 years ago

ysnkhll commented 9 years ago

I followed the steps in the readme, it seems as though it is not working. I followed the error and it looks like it has something to do with socket.io failing to connect?

AndreAnderson commented 6 years ago

I noticed a 404 error on the local python webserver. I think this has moved from its original location. I edited the file DemoBox2DApp.html and updated the path for it to this:

It was nested further down before in another node_modules folder.