Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld follow


Collision World
1609 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 );
User-controlled ...
1047 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) );
Touch World
480 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)
Zombie Escape
4118 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) );
Model World
886 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
Expo World
220 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
2166 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)
Simple World
1878 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)
Complex World
8472 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)
demo (clone by r...
5 runs ♦ 0 likes
By robby  
Created: 7 Nov 2021
Modified: 17 Sep 2023
Clone of "demo" by rohan
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Daniel Lopes pre...
112 runs ♦ 0 likes
By Daniel Lopes  
Created: 28 Oct 2019
Modified: 17 Sep 2023
A* Algorithm axample
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Abdelshafa Abdal...
17 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 13 Nov 2021
Modified: 17 Sep 2023
World 2
ABWorld.follow.copy (theagent.position); // follow vector = agent position (for camera following agent)
A* assignment-Co...
2 runs ♦ 0 likes
By spandana  
Created: 12 Nov 2023
Modified: 11 Sep 2024
Clone of "A* assignment-Complex World (clone by spandana)" by spandana
ABWorld.follow.copy ( theagent.position );
Run Donald Run
122 runs ♦ 0 likes
By anish kumar  
Created: 28 Nov 2020
Modified: 17 Sep 2023
Run Donald Run
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
3D Platformer
492 runs ♦ 0 likes
By Ronghui  
Created: 4 Dec 2022
Modified: 17 Sep 2023
Local CO-OP Game, CAPTURE THE FLAG.
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) );
Blank Three.js W...
4 runs ♦ 0 likes
By Chinmay  
Created: 7 Nov 2021
Modified: 17 Sep 2023
Clone of "Blank Three.js World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Pokemon Chase 2:...
1154 runs ♦ 1 like
By StevenMacManus  
Created: 26 Nov 2020
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)
Complex World (c...
3 runs ♦ 0 likes
By test2  
Created: 25 Oct 2022
Modified: 25 Oct 2022
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World 1 ...
885 runs ♦ 0 likes
By Rob Joscelyne  
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)
Complex World (c...
0 runs ♦ 0 likes
By Prashant Kumar  
Created: 29 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)
Complex World (c...
0 runs ♦ 0 likes
By Joe Ninety  
Created: 8 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World (clone by Xin Zhang)" by Xin Zhang
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
1 run ♦ 0 likes
By Parth Bhatnagar  
Created: 14 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...
207 runs ♦ 0 likes
By dunnee49  
Created: 5 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by dunnee49
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Test complex wor...
1 run ♦ 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)
User-controlled ...
1 run ♦ 0 likes
By Effa  
Created: 4 Dec 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...
434 runs ♦ 0 likes
By Emerson  
Created: 30 Oct 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...
47 runs ♦ 0 likes
By mick  
Created: 9 Nov 2023
Modified: 10 Nov 2023
Clone of "Complex World (clone by Pranay Manjunath)" by Pranay Manjunath
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Cloned Complex World
13 runs ♦ 0 likes
By jhegarty  
Created: 30 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)
Attempt 4 at A star
5 runs ♦ 0 likes
By Mark  
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)
A Star CA Cian P...
1 run ♦ 0 likes
By Cian  
Created: 17 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World (scratch)" by Cian
ABWorld.follow.copy(theagent.position);
World 1 Amitansh...
367 runs ♦ 0 likes
By Amitansh Joshi  
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)
Cloned Cloned CA...
270 runs ♦ 0 likes
By Quinc3y  
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)
Agent and Enemy ...
136 runs ♦ 0 likes
By Prateek Bhargava  
Created: 28 Nov 2020
Modified: 17 Sep 2023
Implementation of A* algorithm into the enemy's behavior, within Complex world. The path decided...
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
195 runs ♦ 0 likes
By Guilherme Tabelini  
Created: 24 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)
Chase Run Model 1
273 runs ♦ 0 likes
By Itisha  
Created: 1 Nov 2021
Modified: 17 Sep 2023
A* star Implementation
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)


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.