Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld follow


Expo World
226 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)
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.
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
ABWorld.follow.y = FOLLOW_Y ; // adjusted
Complex World
8551 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)
User-controlled ...
1082 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) );
Collision World
1688 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 );
Zombie Escape
4134 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
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...
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Simple World
1911 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
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.
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Google
3 runs ♦ 0 likes
By MrDheer  
Created: 9 Nov 2022
Modified: 17 Sep 2023
I am Coming
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
81 runs ♦ 0 likes
By Prateek Bhargava  
Created: 25 Nov 2020
Modified: 17 Sep 2023
Clone of "Complex World" by Prateek - Assignment 1
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Model World (clo...
3 runs ♦ 0 likes
By Robert Szocs  
Created: 5 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
Banana Island
457 runs ♦ 0 likes
By Rock  
Created: 9 Nov 2020
Modified: 17 Sep 2023
Banana Island
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
22 runs ♦ 0 likes
By Samaksh Chandra  
Created: 8 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)
Simple World (c...
6 runs ♦ 0 likes
By test2  
Created: 8 Nov 2023
Modified: 2 May 2024
Clone of "Simple World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Cloned Complex World
3 runs ♦ 0 likes
By Phoebe Cooney  
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)
Virus vs Simpsons v3
53 runs ♦ 0 likes
By Kushagra  
Created: 29 Nov 2020
Modified: 17 Sep 2023
A* enemy vs A* agent
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
MODIFIED (clone ...
0 runs ♦ 0 likes
By Joe Ninety  
Created: 4 Nov 2021
Modified: 17 Sep 2023
Clone of "MODIFIED (clone by Joe Ninety)" by Joe Ninety
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Maze (Tharanya S...
64 runs ♦ 0 likes
By Tharanya Satish  
Created: 12 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)
CA1 (Agent not t...
1 run ♦ 0 likes
By Cian  
Created: 17 Nov 2021
Modified: 17 Sep 2023
Clone of "CA1 (Agent trapped. Final score zero)" by Cian
ABWorld.follow.copy(theagent.position);
Finding Nemo
184 runs ♦ 0 likes
By Sean O'Malley  
Created: 5 Nov 2019
Modified: 17 Sep 2023
Clone of "Complex World (clone by Sean O'Malley)" by Sean O'Malley
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
CA1 (no diagonal)
44 runs ♦ 0 likes
By Cian  
Created: 17 Nov 2021
Modified: 17 Sep 2023
Clone of "CA1" by Cian
ABWorld.follow.copy(theagent.position);
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
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Simple World (c...
4 runs ♦ 0 likes
By test2  
Created: 17 Oct 2024
Modified: 17 Oct 2024
Clone of "Simple World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Collision World ...
9 runs ♦ 0 likes
By Sam Murphy  
Created: 24 Sep 2024
Modified: 2 Sep 2025
Clone of "Collision World" by Starter user
ABWorld.follow.copy ( currentbox.position );
Complex World (c...
121 runs ♦ 0 likes
By Sophie Renshaw  
Created: 6 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)
Tom and Jerry
295 runs ♦ 0 likes
By Karl Murphy  
Created: 26 Oct 2019
Modified: 17 Sep 2023
Tom chasing Jerry
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
172 runs ♦ 0 likes
By Sagar Ramachandr...  
Created: 12 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)
DefaultEnemy_Def...
31 runs ♦ 0 likes
By Rajesh Dande  
Created: 29 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)
A* Assignment
145 runs ♦ 0 likes
By Amrita Jain  
Created: 11 Aug 2020
Modified: 17 Sep 2023
Trap Agent Using A* Algorithm
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Agent and Enemy ...
236 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 31 Oct 2022
Modified: 17 Sep 2023
Clone of "Agent and Enemy " by Abdelshafa Abdala
theagent.position.copy(translate(ai,aj)),ABWorld.follow.copy(theagent.position)}
Touch World (clo...
154 runs ♦ 0 likes
By Colin Ekedigwe  
Created: 12 Nov 2022
Modified: 2 Sep 2025
Clone of "Touch World" by Colin Ekedigwe
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Test 2. Complex ...
15 runs ♦ 0 likes
By Cian  
Created: 8 Nov 2021
Modified: 17 Sep 2023
Clone of "Test 2. Complex World (clone by Ger Gleeson)" by Ger Gleeson
theagent.position.copy(translate(ai, aj)), ABWorld.follow.copy(theagent.position)
Collision World ...
8 runs ♦ 0 likes
By Joe Whelpley  
Created: 24 Sep 2024
Modified: 24 Sep 2024
Clone of "Collision World" by Starter user
ABWorld.follow.copy ( currentbox.position );
Complex World (c...
9 runs ♦ 0 likes
By Pooja Salgar  
Created: 7 Nov 2023
Modified: 11 Sep 2024
Clone of "Complex World (clone by Pooja Salgar)" by Pooja Salgar
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Cat and Mouse (c...
8 runs ♦ 0 likes
By Chinmay  
Created: 28 Oct 2021
Modified: 17 Sep 2023
Clone of "Cat and Mouse" by Jack O'Brien
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Assignment 1 - W...
130 runs ♦ 0 likes
By Prashant Kumar  
Created: 9 Nov 2022
Modified: 17 Sep 2023
World 1 with moving walls
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 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.