Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld init3d


Castle World
801 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...
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Space Odyssey
447 runs ♦ 0 likes
By Yiming Fu  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Clone of "Websockets boxes" by Starter user
ABWorld.init3d ( startRadiusConst, maxRadiusConst);
User-controlled ...
957 runs ♦ 2 likes
By Starter user  
Created: 12 Feb 2017
Modified: 17 Sep 2023
3d model World. User controlled on desktop. Keyboard arrows to move. Switch to "Move with" camer...
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Password Websock...
71 runs ♦ 0 likes
By Starter user  
Created: 14 Nov 2022
Modified: 17 Sep 2023
Password version of "Websockets boxes"
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Expo World
218 runs ♦ 0 likes
By Mark Humphrys  
Created: 17 Oct 2018
Modified: 11 Sep 2024
Infinite changing demo for expos.
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Complex World
8325 runs ♦ 5 likes
By Starter user  
Created: 1 Oct 2016
Modified: 17 Sep 2023
World with a Mind-controlled agent, actively-pursuing enemy, random maze, skybox, music.
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Battleship
4283 runs ♦ 2 likes
By Aaron Crawford  
Created: 30 Oct 2022
Modified: 17 Sep 2023
ABWorld.init3d ( startRadius, maxRadius, skycolor );
3D Snake
632 runs ♦ 1 like
By przemek biel  
Created: 29 Nov 2022
Modified: 17 Sep 2023
snake eats apple nom nom but in 3D
ABWorld.init3d ( 500, 2000, "#69b2d6");
Zombie Death Baby
803 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...
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
The San Andreas ...
1027 runs ♦ 0 likes
By Effa  
Created: 1 Dec 2022
Modified: 17 Sep 2023
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Collision World
1462 runs ♦ 4 likes
By Starter user  
Created: 21 Sep 2017
Modified: 17 Sep 2023
Demo of Physics API. Blocks fall under gravity and collide. Can modify gravity, friction, etc. S...
ABWorld.init3d ( startRadius, maxRadius, SKYCOLOR ); // sets up renderer, scene, camera
Final Pool
1177 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 17 Sep 2023
Pool Predictor for CA326
ABWorld.init3d(startRadius, maxRadius, SKYCOLOR); // sets up renderer, scene, camera
Blank Three.js World
1732 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.
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Chess
5865 runs ♦ 2 likes
By Eoin Daly  
Created: 19 Oct 2022
Modified: 17 Sep 2023
A game of chess by the beach, on a beautiful day
ABWorld.init3d ( startRadius, maxRadius, skycolor );
3. Making an Avatar
121 runs ♦ 0 likes
By "3D Game Program...  
Created: 16 Aug 2018
Modified: 17 Sep 2023
Port of code "building_an_avatar" from Ch.3
ABWorld.init3d ( startRadius, maxRadius, skycolorObject );
Websockets boxes
812 runs ♦ 0 likes
By Starter user  
Created: 29 Feb 2020
Modified: 17 Sep 2023
Demo of Websockets in 3D World. Click to change the boxes on the other user's machine, while the...
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Simple World
1714 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.
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
One Cube World (...
1211 runs ♦ 2 likes
By Starter user  
Created: 11 Apr 2018
Modified: 17 Sep 2023
Simple starter World (Three.js version). Built-in camera control.
ABWorld.init3d ( startRadius, maxRadius, skycolor );
MineCraft
1141 runs ♦ 2 likes
By Starter user  
Created: 27 Nov 2016
Modified: 17 Sep 2023
Use keyboard to draw blocks like in MineCraft. Use arrow keys and PgUp, PgDn to draw. Can save w...
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Ammo for AB
338 runs ♦ 0 likes
By Starter user  
Created: 19 Apr 2021
Modified: 17 Sep 2023
Ammo world for AB API
ABWorld.init3d ( startRadius, maxRadius, SKYCOLOR );
Bowling
1020 runs ♦ 0 likes
By Vanya Cadogan  
Created: 28 Nov 2022
Modified: 17 Sep 2023
ABWorld.init3d(1250, 3000, SKYCOLOR);
2D sprite animation
165 runs ♦ 0 likes
By Mark Humphrys  
Created: 11 Nov 2018
Modified: 11 Sep 2024
2D sprite animation on a surface. Change show3d to true to see it on 3d box faces.
if ( show3d ) ABWorld.init3d ( startRadius, maxRadius, skycolorObject );
Dragon Ball Meng...
945 runs ♦ 0 likes
By MENGTE ZHU  
Created: 14 Nov 2022
Modified: 22 Jan 2024
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
AncientBook - 3D...
1164 runs ♦ 0 likes
By Jordan Tallon  
Created: 20 Nov 2023
Modified: 11 Sep 2024
Generates a custom story with GPT and places it into an interactive 3d book. A series of control...
ABWorld.init3d(500, 5000, "black");
AI music
162 runs ♦ 0 likes
By Mark Humphrys  
Created: 5 Jan 2020
Modified: 11 Sep 2024
Experiments in auto generating music
ABWorld.init3d ( startRadius, maxRadius, skycolor );
Bouncy Balls
536 runs ♦ 3 likes
By Starter user  
Created: 1 Oct 2017
Modified: 17 Sep 2023
Demo of Physics API. Balls bounce under gravity and collide in low friction world. Splash screen...
ABWorld.init3d ( startRadius, maxRadius, SKYCOLOR ); // sets up renderer, scene, camera
Model World
864 runs ♦ 2 likes
By Starter user  
Created: 8 Nov 2016
Modified: 17 Sep 2023
Demo of how to insert 3d models into World. Mind-controlled agent, actively-pursuing enemy. Skybox.
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Zombie Escape
4107 runs ♦ 6 likes
By Liam  
Created: 30 Nov 2022
Modified: 17 Sep 2023
Compete with another player to see who can survive the longes against a hoard of zombies!
ABWorld.init3d ( startRadiusConst, maxRadiusConst, skyColor );
1. Shapes
182 runs ♦ 0 likes
By "3D Game Program...  
Created: 16 Aug 2018
Modified: 17 Sep 2023
Port of code "shapes" from Ch.1
ABWorld.init3d ( startRadius, maxRadius, skycolorObject );
Lamborghini cube
173 runs ♦ 0 likes
By Mark Humphrys  
Created: 13 Dec 2019
Modified: 11 Sep 2024
Simple variant of One Cube World
ABWorld.init3d ( startRadius, maxRadius, skycolor );
CA318 2018 World
2161 runs ♦ 3 likes
By Mark Humphrys  
Created: 25 Sep 2018
Modified: 11 Sep 2024
CA318 practical 2018: Write a Mind to solve this World.
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Touch World
472 runs ♦ 1 like
By Starter user  
Created: 6 Jan 2018
Modified: 17 Sep 2023
How to override default touch handling. Mobile: Touch drag moves agent, touch pinch zooms camera...
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Mighty Spread
340 runs ♦ 0 likes
By Gareth Hogan  
Created: 12 Nov 2022
Modified: 17 Sep 2023
CA318 Project
ABWorld.init3d(startRadiusConst, maxRadiusConst, SKYCOLOR );
smooth movement
387 runs ♦ 0 likes
By Mark Humphrys  
Created: 6 Sep 2017
Modified: 11 Sep 2024
this may work on touch
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
3MF demo
73 runs ♦ 0 likes
By Mark Humphrys  
Created: 17 Jan 2019
Modified: 11 Sep 2024
Attempt to load 3MF model. Not working yet.
ABWorld.init3d ( startRadius, maxRadius, skycolorObject );
Lion Chase
460 runs ♦ 0 likes
By Martin Derwin  
Created: 30 Nov 2022
Modified: 17 Sep 2023
Don't get caught by the lions
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Port of flying b...
819 runs ♦ 0 likes
By Discover three.js  
Created: 10 Feb 2019
Modified: 17 Sep 2023
Animated models. Port of flying birds with GLB models. From "Discover three.js". See project inf...
ABWorld.init3d ( startRadius, maxRadius, color );
Test 4 (clone by...
162 runs ♦ 0 likes
By Aideen Byrne  
Created: 24 Nov 2020
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Complex World (c...
30 runs ♦ 0 likes
By robby  
Created: 8 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.init3d ( startRadiusConst, maxRadiusConst, SKYCOLOR );
Cloned Collision...
6 runs ♦ 0 likes
By Test account  
Created: 13 Aug 2018
Modified: 13 Aug 2018
Clone of "Collision World" by Starter user
ABWorld.init3d ( startRadius, maxRadius, SKYCOLOR ); // sets up renderer, scene, camera


The background is a program, showing the JavaScript graphics used on this site.
The globes light up when you log in.
 
Font:

Users retain ownership of user content.

Platforms      Stats      The name      Terms and conditions

Call for partners      Contact

Call for partners!
Ancient Brain is looking for a partner to co-write a JavaScript coding book for schools, to be used worldwide. This would be a course for students in learning to code from scratch. The book and course will be integrated into the Ancient Brain site. This is an opportunity for someone looking to develop a course and textbook to partner with a site to promote it. Read more.