Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 893 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 893 Bytes

Multiplay

I took the Pointerlock example from mrdoob (the creator of the famous three.js JavaScript library) and created a small prototype to showcase multiplayer and multiple viewport capabilities.

ScreenShot

I included the node_modules and the js on purpose so that it should be possible to start it without downloading packages.

Installation

You need nodejs installed.

If you are lucky, you can download the zip or clone the repo, enter the folder and execute node server. The you should be able to see a page on http://localhost:8000.

If that doesn't work you will want to download the modules with npm install.