https://github.com/mrdoob/trystero-test
https://github.com/mrdoob/trystero-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrdoob/trystero-test
- Owner: mrdoob
- Created: 2025-05-20T13:58:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-03T00:30:50.000Z (8 months ago)
- Last Synced: 2025-10-24T13:41:51.088Z (3 months ago)
- Language: JavaScript
- Homepage: https://mrdoob.github.io/trystero-test/
- Size: 20.5 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.