Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld follow


Zombie Escape
4145 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) );
Complex World
8569 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)
Model World
894 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
Collision World
1697 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 );
Touch World
486 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
1917 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)
User-controlled ...
1085 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) );
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)
CA318 2018 World
2170 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)
Cloned Complex World
17 runs ♦ 0 likes
By DojoCon machine 3  
Created: 21 Oct 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...
0 runs ♦ 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)
User-controlled ...
0 runs ♦ 0 likes
By James Byrne  
Created: 5 Nov 2025
Modified: 5 Nov 2025
Clone of "User-controlled Model World" by Starter user
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) );
Harry Potter - P...
213 runs ♦ 0 likes
By Gaurav Kumar  
Created: 2 Nov 2022
Modified: 17 Sep 2023
Harry Potter - Part 1 by Gaurav Kumar
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Touch World (clo...
1 run ♦ 0 likes
By Colin Ekedigwe  
Created: 30 Nov 2022
Modified: 2 Sep 2025
Clone of "Touch World (clone by Colin Ekedigwe) (clone by Joseph Adedayo)" by Joseph Adedayo
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Gotham Nights Us...
162 runs ♦ 1 like
By Hemanth  
Created: 11 Nov 2023
Modified: 11 Sep 2024
PRACTICAL 1
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (w...
3 runs ♦ 0 likes
By Cian  
Created: 8 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World (clone by Cian) (clone by Cian)" by Cian
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Batman VS Joker ...
355 runs ♦ 0 likes
By Rajesab Nadaf  
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)
Model World (clo...
0 runs ♦ 0 likes
By Thao Hannier  
Created: 16 Sep 2025
Modified: 16 Sep 2025
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
Model World (clo...
1 run ♦ 0 likes
By AKASH BARIK  
Created: 8 Nov 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
CW-NA (clone by ...
9 runs ♦ 0 likes
By mind bogler  
Created: 11 Nov 2022
Modified: 17 Sep 2023
Clone of "CW-NA" by Karthik
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Complex World (c...
6 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 3 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)
Cloned Complex World
2 runs ♦ 0 likes
By test2  
Created: 19 Oct 2018
Modified: 19 Oct 2018
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Run Donald Run (...
37 runs ♦ 0 likes
By anish kumar  
Created: 29 Nov 2020
Modified: 17 Sep 2023
Run Donald Run (Mobile version)
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
A Star CA World ...
26 runs ♦ 0 likes
By Cian  
Created: 17 Nov 2021
Modified: 17 Sep 2023
Clone of "A Star CA World 1 Cian Prendergast" by Cian
ABWorld.follow.copy(theagent.position);
Complex World (c...
0 runs ♦ 0 likes
By Dom  
Created: 3 Nov 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)
Shaprara
7 runs ♦ 0 likes
By Rock  
Created: 30 Oct 2020
Modified: 17 Sep 2023
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
***TO BE DELETED***
0 runs ♦ 0 likes
By anish kumar  
Created: 28 Nov 2020
Modified: 17 Sep 2023
***TO BE DELETED***
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
0 runs ♦ 0 likes
By Rufus Tenali  
Created: 8 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...
1 run ♦ 0 likes
By Sunil Jagtap  
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)
Agent and Enemy ...
76 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 5 Nov 2022
Modified: 17 Sep 2023
Agent and Enemy move
theagent.position.copy(translate(ai,aj)),ABWorld.follow.copy(theagent.position)}
Complex World As...
330 runs ♦ 0 likes
By Preetham  
Created: 6 Nov 2022
Modified: 17 Sep 2023
Classic tom and jerry theme with moving walls
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Complex World (c...
0 runs ♦ 0 likes
By Ryan S Two-Five-...  
Created: 10 Nov 2023
Modified: 11 Sep 2024
Clone of "Complex World (clone by Ryan S Two-Five-Seven)" by Ryan S Two-Five-Seven
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
User-controlled ...
0 runs ♦ 0 likes
By Vaidas Buzas  
Created: 27 Sep 2022
Modified: 17 Sep 2023
Clone of "User-controlled Model World" by Starter user
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 (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)
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)


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.