Step 14. Clone and edit other Three.js Worlds

Clone other Starter Worlds and change them. See:

Many of the Starter Worlds have a section of code called a "tweaker's box" at the top. This contains the easiest parts of code to change.

For example, Blank Three.js World is quite simple to edit. It has multiple sphere objects, stored in a structure called an Array.

The following are some Three.js Starter Worlds. When you get more advanced, you will make your own entire Worlds. The Worlds you create are only limited by your imagination.

Zombie Death Baby
771 runs ♦ 1 like
By Starter user  
Created: 11 Jun 2018
Modified: 17 Sep 2023
How to make a fun touch game for mobile. Touch drag and tap objects. Mouse drag and click object...
Blank Three.js World
1503 runs ♦ 2 likes
By Starter user  
Created: 20 Nov 2016
Modified: 17 Sep 2023
A simple starter World. An Array of spheres. Painted with textures. Random motion.
Castle World
786 runs ♦ 4 likes
By Starter user  
Created: 11 Nov 2016
Modified: 17 Sep 2023
Demo of how to insert 3d model into World. Mind-controlled agent, actively-pursuing enemy. Splas...
Simple World
1645 runs ♦ 2 likes
By Starter user  
Created: 1 Oct 2016
Modified: 17 Sep 2023
Simple World with a Mind-controlled agent, randomly-moving enemy, paint blocks with texture.