Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: AB runReady


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;
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;
Battleship
4328 runs ♦ 2 likes
By Aaron Crawford  
Created: 30 Oct 2022
Modified: 17 Sep 2023
AB.runReady = false;
AB.runReady = true;
Expo World
222 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;
Final Pool
1226 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
Ammo for AB
520 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;
Complex World
8539 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;
Lego
543 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;
Dragon Ball Meng...
978 runs ♦ 0 likes
By MENGTE ZHU  
Created: 14 Nov 2022
Modified: 22 Jan 2024
AB.runReady = true;
AB.runReady = false;
if ( ! AB.runReady ) return;
Password Websock...
84 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;
Recognise any image
524 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;
Simple World
1902 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;
Zombie Death Baby
859 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;
User-controlled ...
1076 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;
3D Platform Game
259 runs ♦ 0 likes
By Ronghui  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Race to the End! WASD to move.
AB.runReady = false
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;
Hunting Season
1417 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;
Romantic Sunset
249 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;
MineCraft
1260 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
645 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
Lion Chase
492 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;
Chess
5896 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 ...
1044 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;
Chess : Mind v...
1506 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;
Castle World
859 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 Escape
4125 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;
Model World
892 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;
Websockets boxes
847 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;
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;
Blank Three.js World
2058 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;
Touch World
484 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;
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;
Websockets boxes...
6 runs ♦ 0 likes
By junhao zhao  
Created: 30 Nov 2022
Modified: 17 Sep 2023
Clone of "Websockets boxes" by Starter user
AB.runReady = true;
AB.runReady = false;
if ( ! AB.runReady ) return;
Clone Complex Wo...
1 run ♦ 0 likes
By Kilian C  
Created: 25 Oct 2022
Modified: 17 Sep 2023
Checking did i delete a piece of code which breaks code.
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
3D Platformer (c...
24 runs ♦ 0 likes
By Jackson Tarus  
Created: 28 Nov 2023
Modified: 11 Sep 2024
Clone of "3D Platformer" by Ronghui
AB.runReady = true;
AB.runReady = false;
if ( ! AB.runReady ) return;
Websockets boxes...
5 runs ♦ 0 likes
By Josh W  
Created: 1 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 (clone ...
0 runs ♦ 0 likes
By Adriana Rincon  
Created: 15 Nov 2023
Modified: 15 Nov 2023
Clone of "AI music" by Mark Humphrys
AB.runReady = true;
Tower Builder (c...
1 run ♦ 1 like
By Colin Ekedigwe  
Created: 30 Nov 2022
Modified: 2 Sep 2025
Clone of "Tower Builder" by Joseph Adedayo
AB.runReady = true;
Practical 1: Dar...
21 runs ♦ 0 likes
By Darragh McG  
Created: 31 Oct 2023
Modified: 11 Sep 2024
Submission for first practical assignment
AB.runReady = true; // start the run loop
if ( ! AB.runReady ) return true; // not ready yet
AB.runReady = false;
v0.92 Pool Predi...
224 runs ♦ 0 likes
By Ian Gilligan  
Created: 20 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.91 Pool Predictor Prototype" by lillisl2
if (! ABRun.runReady) {return true;} // not ready yet


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.