Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: AB runReady


Websockets boxes
849 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;
Model World
894 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;
Blank Three.js World
2079 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;
Recognise any image
532 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;
Final Pool
1232 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
Expo World
226 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;
Touch World
486 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;
Complex World
8569 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;
Password Websock...
90 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;
Ammo for AB
646 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;
Chess : Mind v...
232 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;
Hunting Season
1423 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;
AI music
164 runs ♦ 0 likes
By Mark Humphrys  
Created: 5 Jan 2020
Modified: 11 Sep 2024
Experiments in auto generating music
AB.runReady = true;
User-controlled ...
1085 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;
MineCraft
1268 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
Lego
544 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;
Zombie Escape
4145 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;
Battleship
4332 runs ♦ 2 likes
By Aaron Crawford  
Created: 30 Oct 2022
Modified: 17 Sep 2023
AB.runReady = false;
AB.runReady = true;
Space Odyssey
460 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;
3D Snake
648 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...
1510 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;
Mighty Spread
344 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;
Castle World
865 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
Zombie Death Baby
862 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;
Simple World
1917 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;
3D Platform Game
260 runs ♦ 0 likes
By Ronghui  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Race to the End! WASD to move.
AB.runReady = false
Lion Chase
496 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;
Romantic Sunset
253 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;
CA318 2018 World
2170 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
5908 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);
The San Andreas ...
1047 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;
Dragon Ball Meng...
982 runs ♦ 0 likes
By MENGTE ZHU  
Created: 14 Nov 2022
Modified: 22 Jan 2024
AB.runReady = true;
AB.runReady = false;
if ( ! AB.runReady ) return;
Complex World (c...
653 runs ♦ 0 likes
By Alfred Iyby  
Created: 30 Oct 2023
Modified: 11 Sep 2024
Clone of "Complex World (clone by Alfred Iyby)" by Alfred Iyby
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Ian Gilligan Cas...
32 runs ♦ 0 likes
By Ian Gilligan  
Created: 5 Feb 2019
Modified: 17 Sep 2023
Clone of "Castle World" by Starter user
ABRun.runReady = true; // start run loop
ABRun.runReady = false;
ABRun.runReady = true; // start run loop
Recognise any im...
1 run ♦ 0 likes
By Shaik Asif Ur Rehman  
Created: 31 Oct 2025
Modified: 31 Oct 2025
Clone of "Recognise any image" by Starter user
AB.runReady = false; // prevent screenshot while waiting on splash screen
AB.runReady = true;
Pac World
607 runs ♦ 0 likes
By J Faj  
Created: 27 Oct 2019
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Minecraft Chase ...
12 runs ♦ 0 likes
By Liam  
Created: 27 Sep 2022
Modified: 17 Sep 2023
Clone of "Minecraft Chase" by Liam
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
Blank Three Mich...
13 runs ♦ 0 likes
By Michael Hanley S...  
Created: 24 Sep 2024
Modified: 2 Sep 2025
clone of blank three
AB.runReady = true;
AB.runReady = false;
Simple World (c...
0 runs ♦ 0 likes
By Vrushali Golde  
Created: 28 Oct 2021
Modified: 17 Sep 2023
Clone of "Simple World" by Starter user
AB.runReady = true;
AB.runReady = false;
Complex World (c...
384 runs ♦ 0 likes
By Sakthi Somaskandan  
Created: 6 Nov 2021
Modified: 17 Sep 2023
Assignment 1: Objective is to add "end game" code to try to trap the agent in a hole - enemy doe...
AB.runReady = true; // start the run loop
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 or Python 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.