{{if debug}}
{{else}}
{{/if}}
{{html body}}
{{if !debug}}
{{/if}}
Published ⇀
↼ Received
+
- this game made with three.js, a framework for making 3D graphics with JavaScript
- made massively-muliplayer with pubnub - there are no game rooms or lobbies. everyone sees the same thing, world-wide
- it has a central server but it doesn't act as a central node
- the server only interferes if a client begins acting up
- completely open-source, here