Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld follow


Collision World
1512 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
474 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)
User-controlled ...
966 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) );
Zombie Escape
4110 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) );
Expo World
218 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)
Simple World
1729 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
2162 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
870 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
8339 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)
Complex World Wi...
1 run ♦ 0 likes
By Ivan Shvydchenko  
Created: 3 Nov 2023
Modified: 3 Nov 2023
Clone of "Complex World With Moving Wall (clone by Sunil Jagtap)" by Sunil Jagtap
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
demo
75 runs ♦ 0 likes
By robby  
Created: 5 Nov 2021
Modified: 17 Sep 2023
Clone of "New World" by rohan
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Assignment 1 Aid...
104 runs ♦ 0 likes
By Aideen Byrne  
Created: 21 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)
Complex World (c...
Broken. (No Minds found.)
By Amitansh Joshi  
Created: 27 Oct 2022
Modified: 17 Sep 2023
Clone of "Complex World (clone by Amitansh Joshi)" by Amitansh Joshi
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Touch World (clo...
0 runs ♦ 0 likes
By Abhijit Mahal  
Created: 2 Dec 2023
Modified: 2 Dec 2023
Clone of "Touch World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Pokemon Chase
465 runs ♦ 0 likes
By StevenMacManus  
Created: 18 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: World 1...
309 runs ♦ 0 likes
By Musthaq Ahmed  
Created: 12 Nov 2022
Modified: 17 Sep 2023
Clone of "World 1: A* to seek out the agent (clone by Musthaq Ahmed)" by Musthaq Ahmed
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
8 runs ♦ 0 likes
By Gelmis Bartulis  
Created: 22 Jul 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...
4 runs ♦ 0 likes
By Nihar Behera  
Created: 6 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)
Complex World (c...
0 runs ♦ 0 likes
By Rashmi Das  
Created: 25 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)
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)
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)
A* Complex World
133 runs ♦ 0 likes
By Krithika Sharon  
Created: 27 Nov 2020
Modified: 17 Sep 2023
This complex world uses my version of an A* algorithm
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
3 runs ♦ 0 likes
By Aleena Joseph  
Created: 28 Oct 2023
Modified: 11 Sep 2024
Clone of "Complex World (clone by Aleena Joseph)" by Aleena Joseph
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World 1 ...
541 runs ♦ 0 likes
By Prathmesh Lad  
Created: 11 Nov 2021
Modified: 17 Sep 2023
The enemy in this world seeks the agent and follows it.
ABWorld.follow.copy ( theagent.position ); //the camera will track the agent
Complex World (c...
1 run ♦ 0 likes
By Vaidas Buzas  
Created: 5 Dec 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)
Trap the agent i...
216 runs ♦ 0 likes
By Deval Oza  
Created: 11 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World working(clone by Deval Oza)" by Deval Oza
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
439 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 4 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)
A star - complex...
171 runs ♦ 0 likes
By AKASH BARIK  
Created: 11 Nov 2022
Modified: 17 Sep 2023
A star algorithm to catch agent updated latest
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)
Manish Sureshkum...
105 runs ♦ 0 likes
By Manish Sureshkumar  
Created: 11 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)
Original
11 runs ♦ 0 likes
By Joe Ninety  
Created: 5 Nov 2021
Modified: 17 Sep 2023
Original
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
1 run ♦ 0 likes
By Ronan Hegarty  
Created: 26 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)
A* Complex World_sa
2 runs ♦ 0 likes
By Md Shamsul Abedi...  
Created: 14 Aug 2020
Modified: 17 Sep 2023
Clone of "A* Complex World-1" by Md Shamsul Abedin Malik
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Failure 2
108 runs ♦ 0 likes
By Vineet Sajwan  
Created: 10 Nov 2022
Modified: 17 Sep 2023
Failure 2
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World as...
32 runs ♦ 0 likes
By Ali  
Created: 14 Nov 2020
Modified: 17 Sep 2023
complex world new version
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
1 run ♦ 0 likes
By Pooja Salgar  
Created: 5 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)


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.