Gets you started with examples of character movement, physics, terrain, scene loading, animation, and more.
Includes a scene manager to switch between levels.
Play in your browser instantly.
You can switch scenes by adding ?scene=inn
, or ?scene=outdoor
, or ?scene=builder
.
You can add &debug=true
to load a scene inspector.
You can view the full scene list in SceneManager.js
.
git clone
the repo.
Run a local server, then open index.html
in your browser.
Make a code change, save the file, and watch as your change is immediatly live. No build process needed.
Please feel free to contribute or open an issue.