Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld follow


Collision World
1397 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.follow.copy ( currentbox.position );
Expo World
214 runs ♦ 0 likes
By Mark Humphrys  
Created: 17 Oct 2018
Modified: 11 Sep 2024
Infinite changing demo for expos.
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Zombie Escape
4107 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.follow.copy ( steve.position );
ABWorld.follow.y = followY ;
ABWorld.follow.x = ABWorld.follow.x + ( cameraShift * Math.sin(steveRotation) );
ABWorld.follow.z = ABWorld.follow.z + ( cameraShift * Math.cos(steveRotation) );
Touch World
461 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.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Simple World
1697 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.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
CA318 2018 World
2160 runs ♦ 3 likes
By Mark Humphrys  
Created: 25 Sep 2018
Modified: 11 Sep 2024
CA318 practical 2018: Write a Mind to solve this World.
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Model World
858 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.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
ABWorld.follow.y = FOLLOW_Y ; // adjusted
User-controlled ...
939 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.follow.copy ( theagent.position );
ABWorld.follow.y = FOLLOW_Y ;
ABWorld.follow.x = ABWorld.follow.x + ( CAMERASHIFT * Math.sin(agentRotation) );
ABWorld.follow.z = ABWorld.follow.z + ( CAMERASHIFT * Math.cos(agentRotation) );
Complex World
8266 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.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Cloned CA318 201...
3 runs ♦ 0 likes
By the Platyman  
Created: 23 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by Mark Humphrys
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
star wars A* (cl...
126 runs ♦ 0 likes
By Vinay sr Reddy  
Created: 10 Nov 2022
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Complex World (c...
66 runs ♦ 0 likes
By Ger Gleeson  
Created: 29 Oct 2019
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Model World (clo...
6 runs ♦ 0 likes
By James Humphrys  
Created: 26 Sep 2019
Modified: 17 Sep 2023
Clone of "Model World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
ABWorld.follow.y = FOLLOW_Y ; // adjusted
Red Light, Green...
1517 runs ♦ 0 likes
By Adrian Irwin  
Created: 29 Nov 2022
Modified: 17 Sep 2023
If the light is green you are free to move. If the light is red you have to stop otherwise you g...
ABWorld.follow = new THREE.Vector3(player.position.x, player.position.y + 6, player.position.z + 10);
ABWorld.follow.set(player.position.x, player.position.y + 6, player.position.z + 10);
ABWorld.follow.z -= movespeed;
ABWorld.follow.z += movespeed;
ABWorld.follow.x -= movespeed;
Cloned Cloned CA...
6 runs ♦ 0 likes
By barkerr2  
Created: 13 Nov 2018
Modified: 17 Sep 2023
Clone of "Cloned CA318 2018 World" by cdaly
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
176 runs ♦ 0 likes
By Sophie Renshaw  
Created: 7 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World (clone by Sophie Renshaw) - V3" by Sophie Renshaw
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex_World_Tr...
36 runs ♦ 0 likes
By Chinmay  
Created: 15 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy(AGENT.position); // follow vector = agent position (for camera following agent)
Complex World (c...
32 runs ♦ 0 likes
By Dillan de Langen  
Created: 28 Oct 2019
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World2 (...
7 runs ♦ 0 likes
By Piyush Wadhai  
Created: 17 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World (clone by Piyush Wadhai) (clone by Piyush Wadhai)" by Piyush Wadhai
ABWorld.follow.copy ( dagent.position ); // follow vector = agent position (for camera following agent)
Model World (clo...
1 run ♦ 0 likes
By John Lasis  
Created: 3 Dec 2022
Modified: 17 Sep 2023
Clone of "Model World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
ABWorld.follow.y = FOLLOW_Y ; // adjusted
copy1
1 run ♦ 0 likes
By Chandrabhanu Sin...  
Created: 5 Nov 2022
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Virus vs Simpsons
149 runs ♦ 0 likes
By Kushagra  
Created: 26 Nov 2020
Modified: 17 Sep 2023
A* algorithm implementation
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
PacMan's struggle 3D
184 runs ♦ 0 likes
By OmO  
Created: 6 Nov 2020
Modified: 17 Sep 2023
Will PacMan be able to escape my evil Ghost? Now in 3D
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Cloned Complex World
15 runs ♦ 0 likes
By Orla Kinsella  
Created: 5 Nov 2018
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
136 runs ♦ 0 likes
By Juraj Kuruc  
Created: 9 Nov 2023
Modified: 11 Sep 2024
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
823 runs ♦ 0 likes
By Mandar Kotnis  
Created: 30 Oct 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Cloned CA318 201...
Broken. (No Minds found.)
By James McDermott  
Created: 19 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by Mark Humphrys
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
A*_ChaseGame ( S...
153 runs ♦ 0 likes
By Shubham Shubham  
Created: 28 Nov 2020
Modified: 17 Sep 2023
A* Chase Game _Clone of "Complex World"
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
21 runs ♦ 0 likes
By Robert Quinn  
Created: 7 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
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.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Gelede
13 runs ♦ 0 likes
By Fito  
Created: 11 Nov 2020
Modified: 17 Sep 2023
Gelede
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
bot_business1
40 runs ♦ 0 likes
By akshara  
Created: 26 Nov 2020
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
World 2 Amitansh...
347 runs ♦ 0 likes
By Amitansh Joshi  
Created: 7 Nov 2022
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
A* Practical(Tra...
300 runs ♦ 0 likes
By Pratiksha Biradar  
Created: 27 Nov 2020
Modified: 17 Sep 2023
CA 686I Practical 1
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
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.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Complex World (c...
5 runs ♦ 0 likes
By Ankit  
Created: 13 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
star wars A* (cl...
101 runs ♦ 0 likes
By Vinay sr Reddy  
Created: 12 Nov 2022
Modified: 17 Sep 2023
Clone of "star wars A* (clone by Vinay sr Reddy)" by Vinay sr Reddy
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)


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.