An open API service indexing awesome lists of open source software.

https://github.com/mrdoob/trystero-test


https://github.com/mrdoob/trystero-test

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Multiplayer Dune Sandbox

A simple multiplayer sandbox game using [three.js](https://threejs.org/) for rendering and [Trystero](https://github.com/dmotz/trystero) for peer-to-peer multiplayer networking.

- The landscape is a procedurally generated dune.
- Each player controls a colored, low-poly icosahedron using the arrow keys.
- The host (first to join the room) receives key events from all peers, computes positions, and streams them back.