Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: AB runReady


Lion Chase
464 runs ♦ 0 likes
By Martin Derwin  
Created: 30 Nov 2022
Modified: 17 Sep 2023
Don't get caught by the lions
AB.runReady = true;
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Castle World
806 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...
AB.runReady = true; // start run loop
AB.runReady = false;
AB.runReady = true; // start run loop
Chess : Mind v...
1312 runs ♦ 0 likes
By Enhanced  
Created: 17 Aug 2018
Modified: 17 Sep 2023
Clone of "Chess : Mind vs Simple AI (a bit of random)" by Mathias Bazin
AB.runReady = false;
AB.runReady = true;
3D Platform Game
243 runs ♦ 0 likes
By Ronghui  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Race to the End! WASD to move.
AB.runReady = false
Touch World
473 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...
AB.runReady = true;
if ( ! AB.runReady ) return true; // not ready yet
if ( ! AB.runReady ) return true; // not ready yet
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Recognise any image
363 runs ♦ 0 likes
By Starter user  
Created: 10 Jun 2021
Modified: 17 Sep 2023
Try to recognise any image with ML5 and MobileNet. Enter any image URL at runtime.
AB.runReady = false; // prevent screenshot while waiting on splash screen
AB.runReady = true;
Expo World
218 runs ♦ 0 likes
By Mark Humphrys  
Created: 17 Oct 2018
Modified: 11 Sep 2024
Infinite changing demo for expos.
AB.runReady = true;
AB.runReady = false;
Battleship
4285 runs ♦ 2 likes
By Aaron Crawford  
Created: 30 Oct 2022
Modified: 17 Sep 2023
AB.runReady = false;
AB.runReady = true;
Hunting Season
1401 runs ♦ 1 like
By Niall Kelly  
Created: 3 Nov 2022
Modified: 17 Sep 2023
The aim is simple, shoot as many targets as you can in 60 seconds. Watch out for the hawk's, the...
AB.runReady = false;
AB.runReady = false;
AB.runReady = true; // And your game will start
AB.runReady = true; // Start both games simultaneously
AB.runReady = false;
Password Websock...
73 runs ♦ 0 likes
By Starter user  
Created: 14 Nov 2022
Modified: 17 Sep 2023
Password version of "Websockets boxes"
AB.runReady = true;
AB.runReady = false;
if ( ! AB.runReady ) return;
MineCraft
1148 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...
AB.runReady = true; // start run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
AB.runReady = true; // start run loop
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
AB.runReady = false;
AB.runReady = false;
AB.runReady = true; // set the run ready variable to true
AB.runReady = false; // set the run ready variable to false
Chess : Mind v...
208 runs ♦ 0 likes
By Enhanced  
Created: 7 Aug 2018
Modified: 17 Sep 2023
Your mind plays against "Simple AI - Depth 1" with a little bit of random added so the games are...
AB.runReady = false;
AB.runReady = true;
Complex World
8332 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.
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Model World
870 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.
AB.runReady = true;
AB.runReady = false;
Romantic Sunset
233 runs ♦ 0 likes
By Enhanced  
Created: 17 Aug 2018
Modified: 17 Sep 2023
Turn your head and discover a eautiful scenery observable in first person mode.
AB.runReady = false;
AB.runReady = true;
Final Pool
1182 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 17 Sep 2023
Pool Predictor for CA326
if (! ABRun.runReady) {return true;} // not ready yet
Websockets boxes
814 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...
AB.runReady = true;
AB.runReady = false;
if ( ! AB.runReady ) return;
Space Odyssey
447 runs ♦ 0 likes
By Yiming Fu  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Clone of "Websockets boxes" by Starter user
AB.runReady = true;
AB.runReady = false;
if ( ! AB.runReady ) return;
AI music
163 runs ♦ 0 likes
By Mark Humphrys  
Created: 5 Jan 2020
Modified: 11 Sep 2024
Experiments in auto generating music
AB.runReady = true;
Zombie Death Baby
814 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...
AB.runReady = true; // start run loop
if ( ! AB.runReady ) return true; // not ready yet
if ( ! AB.runReady ) return true; // not ready yet
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Ammo for AB
346 runs ♦ 0 likes
By Starter user  
Created: 19 Apr 2021
Modified: 17 Sep 2023
Ammo world for AB API
AB.runReady = false;
AB.runReady = true;
Lego
538 runs ♦ 0 likes
By Michael Walsh  
Created: 14 Nov 2022
Modified: 1 Oct 2023
Clone of "webgl_interactive_voxelpainter" by threejs.org porting project
AB.runReady = false;
AB.runReady = true;
if (! AB.runReady) return;
CA318 2018 World
2162 runs ♦ 3 likes
By Mark Humphrys  
Created: 25 Sep 2018
Modified: 11 Sep 2024
CA318 practical 2018: Write a Mind to solve this World.
AB.runReady = true;
AB.runReady = false;
Chess
5867 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
console.log(AB.runReady);
Simple World
1723 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.
AB.runReady = true;
AB.runReady = false;
Dragon Ball Meng...
945 runs ♦ 0 likes
By MENGTE ZHU  
Created: 14 Nov 2022
Modified: 22 Jan 2024
AB.runReady = true;
AB.runReady = false;
if ( ! AB.runReady ) return;
Blank Three.js World
1756 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.
AB.runReady = true;
AB.runReady = false;
The San Andreas ...
1027 runs ♦ 0 likes
By Effa  
Created: 1 Dec 2022
Modified: 17 Sep 2023
AB.runReady = true;
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return;
Mighty Spread
340 runs ♦ 0 likes
By Gareth Hogan  
Created: 12 Nov 2022
Modified: 17 Sep 2023
CA318 Project
AB.runReady = true;
AB.runReady = true; // start run loop
if(!AB.runReady)return true;
AB.runReady = false;
AB.runReady = true;
User-controlled ...
961 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...
AB.runReady = true;
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Zombie Escape
4110 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!
AB.runReady = true;
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Simple World (c...
0 runs ♦ 0 likes
By Vineet Sajwan  
Created: 22 Oct 2022
Modified: 17 Sep 2023
Clone of "Simple World" by Starter user
AB.runReady = true;
AB.runReady = false;
Without using Spot
1 run ♦ 0 likes
By Akash Gupta  
Created: 1 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World " by Akash Gupta
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Websockets boxes...
11 runs ♦ 0 likes
By Jack Egan  
Created: 12 Nov 2024
Modified: 12 Nov 2024
Clone of "Websockets boxes (clone by Jack Egan)" by Jack Egan
AB.runReady = true;
AB.runReady = false;
Complex WORLD -A...
282 runs ♦ 0 likes
By Paul Geoghegan  
Created: 27 Nov 2020
Modified: 17 Sep 2023
Clone of original "Complex World by Starter user
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Simple World (c...
6 runs ♦ 0 likes
By Tristan Everitt  
Created: 19 Sep 2022
Modified: 17 Sep 2023
Testing clone and run
AB.runReady = true;
AB.runReady = false;
Cloned CA318 201...
55 runs ♦ 0 likes
By Joe Rathborne  
Created: 18 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by Mark Humphrys
ABRun.runReady = true;
ABRun.runReady = false;
Simple World (c...
6 runs ♦ 0 likes
By James Humphrys  
Created: 9 Jan 2020
Modified: 17 Sep 2023
Clone of "Simple World" by Starter user
AB.runReady = true;
AB.runReady = false;
Cat and Mouse (c...
3 runs ♦ 0 likes
By Jack O'Brien  
Created: 22 Nov 2020
Modified: 17 Sep 2023
Clone of "Cat and Mouse" by Jack O'Brien
AB.runReady = true;
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;


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.