Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld follow


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)
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)
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) );
Simple World
1912 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)
Collision World
1692 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 );
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
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)
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)
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) );
Complex_World_AS...
349 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.follow.copy(AGENT.position); // follow vector = agent position (for camera following agent)
Space World - Ge...
Broken. (No Minds found.)
By Gelmis Bartulis  
Created: 24 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)
CA686 A Star Pra...
6 runs ♦ 0 likes
By Rufus Tenali  
Created: 4 Nov 2023
Modified: 11 Sep 2024
Clone of "CA686 A Star Practical World 1 2021 by Damian Debny" by Damian Debny
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
25 runs ♦ 0 likes
By Robert Joscelyne  
Created: 3 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)
Cloned CA318 201...
83 runs ♦ 0 likes
By John Griffin  
Created: 15 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)
Touch World (clo...
1 run ♦ 0 likes
By Lorcan Dunne  
Created: 20 Sep 2022
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Enemy Chase Agents
474 runs ♦ 0 likes
By Minhui Chen  
Created: 25 Nov 2020
Modified: 17 Sep 2023
copy from complex world, using A* algorithm to improve enemy move logically
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Pokemon Chase 2:...
6 runs ♦ 0 likes
By Sarah Conner  
Created: 9 Nov 2022
Modified: 17 Sep 2023
Clone of "Pokemon Chase 2: The search for holes" by StevenMacManus
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
CW__jim_(clone b...
200 runs ♦ 0 likes
By James  
Created: 14 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user. This is cloned for the assignemnt
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World a*...
1 run ♦ 0 likes
By Radoi Victor-Andrei  
Created: 6 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)
Cloned Cloned Co...
0 runs ♦ 0 likes
By 94manuel  
Created: 29 Sep 2018
Modified: 17 Sep 2023
Clone of "Cloned Complex World" by 94manuel
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
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.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (s...
18 runs ♦ 0 likes
By Cian  
Created: 17 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World (CodingT 1)" by Cian
ABWorld.follow.copy(theagent.position);
3D Platformer (c...
24 runs ♦ 0 likes
By Jackson Tarus  
Created: 28 Nov 2023
Modified: 11 Sep 2024
Clone of "3D Platformer" by Ronghui
ABWorld.follow.copy ( User.position );
ABWorld.follow.y = FOLLOW_Y ;
ABWorld.follow.x = ABWorld.follow.x + ( CAMERASHIFT * Math.sin(playerRotation) );
ABWorld.follow.z = ABWorld.follow.z + ( CAMERASHIFT * Math.cos(playerRotation) );
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)
Complex World (c...
0 runs ♦ 0 likes
By Rashmi Das  
Created: 12 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)
Touch World (clo...
0 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 6 Nov 2021
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
SeaWorld
80 runs ♦ 0 likes
By Jiaying Yu  
Created: 6 Nov 2023
Modified: 11 Sep 2024
SeaWorld Clone of "Complex World" by Jiaying
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)
Simple World (c...
1 run ♦ 1 like
By test2  
Created: 16 Sep 2025
Modified: 16 Sep 2025
Clone of "Simple World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Failed (clone by...
131 runs ♦ 0 likes
By Musthaq Ahmed  
Created: 12 Nov 2022
Modified: 17 Sep 2023
Clone of "World 2: World 1 plus moving walls" by Musthaq Ahmed
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World - ...
236 runs ♦ 0 likes
By Karthik  
Created: 27 Oct 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)
World 1: A* to s...
237 runs ♦ 0 likes
By Gary  
Created: 29 Oct 2021
Modified: 17 Sep 2023
A* algorithm to make the enemy seek out the agent
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Actual Cloned CA...
35 runs ♦ 0 likes
By perd  
Created: 15 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)
test Complex World
10 runs ♦ 0 likes
By Test account  
Created: 12 Feb 2019
Modified: 12 Feb 2019
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
7 runs ♦ 0 likes
By Md Shamsul Abedi...  
Created: 5 Jul 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)
Complex World (c...
653 runs ♦ 0 likes
By Alfred Iyby  
Created: 30 Oct 2023
Modified: 11 Sep 2024
Clone of "Complex World (clone by Alfred Iyby)" by Alfred Iyby
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World-As...
43 runs ♦ 0 likes
By spandana  
Created: 6 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)


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.