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.
Introduction
MavonEngine is a Three.js game engine for single-player and multiplayer browser games — with server-authoritative physics, real-time networking, and a unified server-client architecture.
Quick Start
Create your first single-player or multiplayer browser game with MavonEngine, the Three.js game engine.