Getting Started

Installation

How to scaffold a new MavonEngine Three.js game engine project — single-player or multiplayer.

Scaffolding

Use the create command to scaffold a new MavonEngine project. Two templates are available depending on whether you need single-player or multiplayer support.

Single-player

coming soon

Multiplayer

npx @mavonengine/create-bootstrap

The multiplayer template includes the authoritative server setup, networking boilerplate, and a working client/server split out of the box.