Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: AB runReady


Zombie Escape
4140 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;
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;
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;
Battleship
4332 runs ♦ 2 likes
By Aaron Crawford  
Created: 30 Oct 2022
Modified: 17 Sep 2023
AB.runReady = false;
AB.runReady = true;
Dragon Ball Meng...
979 runs ♦ 0 likes
By MENGTE ZHU  
Created: 14 Nov 2022
Modified: 22 Jan 2024
AB.runReady = true;
AB.runReady = false;
if ( ! AB.runReady ) return;
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;
Zombie Death Baby
860 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;
Complex World
8556 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
893 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;
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;
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;
Castle World
862 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...
231 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;
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;
3D Snake
647 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
Romantic Sunset
252 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;
Recognise any image
530 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;
Password Websock...
85 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;
CA318 2018 World
2168 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;
MineCraft
1266 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
Blank Three.js World
2070 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;
User-controlled ...
1083 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;
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;
Ammo for AB
630 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;
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
Hunting Season
1420 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;
Chess
5904 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);
Space Odyssey
459 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;
Simple World
1913 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;
Touch World
485 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;
Websockets boxes
848 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;
Final Pool
1228 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
Practical 1 - A*...
6 runs ♦ 0 likes
By Sophie Renshaw  
Created: 11 Nov 2021
Modified: 17 Sep 2023
Clone of "Practical 1 - A* Complex World" by Sophie Renshaw
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
seytan6161 Simpl...
0 runs ♦ 0 likes
By seytan6161  
Created: 12 Mar 2019
Modified: 17 Sep 2023
Clone of "Simple World" by Starter user
AB.runReady = true;
AB.runReady = false;
Complex World (c...
3 runs ♦ 0 likes
By Joe Whelpley  
Created: 17 Sep 2024
Modified: 2 Sep 2025
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;
Recognise any im...
0 runs ♦ 0 likes
By Cian  
Created: 4 Dec 2021
Modified: 17 Sep 2023
Clone of "Recognise any image" by Starter user
AB.runReady = false; // prevent screenshot while waiting on splash screen
AB.runReady = true;
Complex World (c...
0 runs ♦ 0 likes
By Kaushal  
Created: 7 Nov 2023
Modified: 11 Sep 2024
Clone of "Complex World (clone by Kaushal)" by Kaushal
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
MineCraft (clone...
2 runs ♦ 0 likes
By Fionn Gallahar Hall  
Created: 27 Sep 2022
Modified: 17 Sep 2023
Clone of "MineCraft" by Starter user
AB.runReady = true; // start run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
AB.runReady = true; // start run loop


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.