Getting Started

Installation

How to scaffold a new MavonEngine project.

Scaffolding

Use the create command to scaffold a new project. Two templates are available depending on whether you need 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.