Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld lookat


Final Pool
1164 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 17 Sep 2023
Pool Predictor for CA326
ABWorld.lookat.copy ( ABWorld.scene.position );
CA318 2018 World
2160 runs ♦ 3 likes
By Mark Humphrys  
Created: 25 Sep 2018
Modified: 17 Sep 2023
CA318 practical 2018: Write a Mind to solve this World.
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Ammo for AB
105 runs ♦ 0 likes
By Starter user  
Created: 19 Apr 2021
Modified: 17 Sep 2023
Ammo world for AB API
ABWorld.lookat.copy ( ABWorld.scene.position );
Collision World
1361 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.lookat.copy ( ABWorld.scene.position );
Expo World
211 runs ♦ 0 likes
By Mark Humphrys  
Created: 17 Oct 2018
Modified: 17 Sep 2023
Infinite changing demo for expos.
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Simple World
1643 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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Zombie Escape
4086 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.lookat.copy ( steve.position );
ABWorld.lookat.y = lookAtY ;
ABWorld.lookat.x = ABWorld.lookat.x + ( (startRadiusConst * 3) * Math.sin(steveRotation) );
ABWorld.lookat.z = ABWorld.lookat.z + ( (startRadiusConst * 3) * Math.cos(steveRotation) );
Complex World
8192 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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Bouncy Balls
525 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.lookat.copy ( ABWorld.scene.position );
Model World
856 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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
ABWorld.lookat.y = LOOKAT_Y ; // adjusted
Touch World
457 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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
User-controlled ...
905 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.lookat.copy ( theagent.position );
ABWorld.lookat.y = LOOKAT_Y ;
ABWorld.lookat.x = ABWorld.lookat.x + ( (startRadiusConst * 3) * Math.sin(agentRotation) );
ABWorld.lookat.z = ABWorld.lookat.z + ( (startRadiusConst * 3) * Math.cos(agentRotation) );
Enemy versus Age...
1514 runs ♦ 0 likes
By Aoife Doherty  
Created: 4 Nov 2020
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Cloned Complex World
3 runs ♦ 0 likes
By mik  
Created: 19 Nov 2018
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Project Problem
218 runs ♦ 0 likes
By Adaam  
Created: 6 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by test
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World - ...
236 runs ♦ 0 likes
By Karthik  
Created: 27 Oct 2022
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy(theenemy.position); // if camera moving, look back at where the enemy is
Bouncy Balls (cl...
0 runs ♦ 0 likes
By Benjamin Olojo  
Created: 27 Sep 2022
Modified: 17 Sep 2023
Clone of "Bouncy Balls" by Starter user
ABWorld.lookat.copy ( ABWorld.scene.position );
lillisl2 0.2 Poo...
34 runs ♦ 1 like
By lillisl2  
Created: 1 Feb 2019
Modified: 17 Sep 2023
Clone of "0.1 Pool Predictor Prototype" by Ian Gilligan
ABWorld.lookat.copy ( ABWorld.scene.position );
seytan6161 Model...
0 runs ♦ 0 likes
By seytan6161  
Created: 12 Mar 2019
Modified: 17 Sep 2023
Clone of "Model World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
ABWorld.lookat.y = LOOKAT_Y ; // adjusted
Complex World (c...
6 runs ♦ 0 likes
By Lakshmi Prasad  
Created: 13 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
95 runs ♦ 0 likes
By Rakesh Reddy Soma  
Created: 26 Nov 2020
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
37 runs ♦ 0 likes
By Aarekh Rana  
Created: 2 Nov 2023
Modified: 11 Nov 2023
Clone of "Complex World (clone by Rana)" by Rana
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Cloned CA318 201...
2 runs ♦ 0 likes
By Bill  
Created: 5 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by test
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
4 runs ♦ 0 likes
By Sagnik Chakraborty  
Created: 30 Oct 2022
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Cloned CA318 201...
98 runs ♦ 0 likes
By Ronan Williams  
Created: 12 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by Mark Humphrys
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
User-controlled ...
13 runs ♦ 0 likes
By DistroByte  
Created: 24 Nov 2022
Modified: 17 Sep 2023
Clone of "User-controlled Model World" by Starter user
ABWorld.lookat.copy(player.position);
ABWorld.lookat.y = LOOKAT_Y;
ABWorld.lookat.x =
ABWorld.lookat.x + startRadiusConst * 3 * Math.sin(agentRotation);
ABWorld.lookat.z =
Complex World (c...
126 runs ♦ 0 likes
By Pranay Manjunath  
Created: 29 Oct 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
7 runs ♦ 0 likes
By Chinmay  
Created: 6 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
1 run ♦ 0 likes
By Chinmay  
Created: 7 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
1 run ♦ 0 likes
By Xin Zhang  
Created: 11 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
51 runs ♦ 0 likes
By Rakesh Reddy Soma  
Created: 29 Nov 2020
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex_World_AS...
348 runs ♦ 0 likes
By Chinmay  
Created: 8 Nov 2021
Modified: 17 Sep 2023
This is the Complex World where the Enemy is trying to search/catch the Agent using A star searc...
ABWorld.lookat.copy(ENEMY.position); // if camera moving, look back at where the enemy is
path finding pra...
35 runs ♦ 0 likes
By Chandrabhanu Sin...  
Created: 8 Nov 2022
Modified: 17 Sep 2023
Clone of "A star (clone by Chandrabhanu Singh Rawat) (clone by Chandrabhanu Singh Rawat)" by Cha...
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World a*...
4 runs ♦ 0 likes
By sk  
Created: 9 Nov 2022
Modified: 17 Sep 2023
Clone of "Complex World a*" by Brendan
ABWorld.lookat.copy(theenemy.position); // if camera moving, look back at where the enemy is
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.lookat.copy ( ABWorld.scene.position );
Touch World (clo...
0 runs ♦ 0 likes
By Rufus Tenali  
Created: 27 Sep 2023
Modified: 27 Sep 2023
Clone of "Touch World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is


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.