Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld follow


Touch World
457 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)
Model World
856 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
1379 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 );
CA318 2018 World
2160 runs ♦ 3 likes
By Mark Humphrys  
Created: 25 Sep 2018
Modified: 17 Sep 2023
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
1646 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
8199 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)
Expo World
211 runs ♦ 0 likes
By Mark Humphrys  
Created: 17 Oct 2018
Modified: 17 Sep 2023
Infinite changing demo for expos.
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
User-controlled ...
915 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
4098 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) );
Halloween A* fai...
14 runs ♦ 0 likes
By Deborah Djon  
Created: 5 Nov 2022
Modified: 17 Sep 2023
Clone of "Halloween A*" by Deborah Djon
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
89 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)
Simple World (c...
1 run ♦ 0 likes
By OmO  
Created: 15 Oct 2020
Modified: 17 Sep 2023
Clone of "Simple World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Cloned Complex World
1 run ♦ 0 likes
By Test account  
Created: 13 Dec 2018
Modified: 13 Dec 2018
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex WORLD -A...
0 runs ♦ 0 likes
By robby  
Created: 13 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex WORLD -A-STAR Hybrid CHASE V2 " by Paul Geoghegan
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
User-controlled ...
0 runs ♦ 0 likes
By Przemyslaw Majda  
Created: 5 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) );
Cloned CA318 201...
57 runs ♦ 0 likes
By AymanElG  
Created: 14 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)
Tail After
1168 runs ♦ 1 like
By jianyu  
Created: 23 Nov 2020
Modified: 17 Sep 2023
Thief tail after a cat
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
126 runs ♦ 0 likes
By Pranay Manjunath  
Created: 29 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)
aa
84 runs ♦ 0 likes
By mick  
Created: 10 Nov 2023
Modified: 11 Nov 2023
Clone of "Complex World"
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
5 runs ♦ 0 likes
By Dandelion  
Created: 21 Oct 2023
Modified: 21 Oct 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World as...
15 runs ♦ 0 likes
By Jai Ganraj  
Created: 3 Nov 2023
Modified: 3 Nov 2023
complex world,assignment 1
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
37 runs ♦ 0 likes
By sheeba  
Created: 8 Nov 2022
Modified: 17 Sep 2023
Clone of "Complex World (clone by sheeba)" by sheeba
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
61 runs ♦ 0 likes
By arpit  
Created: 11 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)
Complex World (c...
68 runs ♦ 0 likes
By Pavan Kirageri  
Created: 11 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...
2 runs ♦ 0 likes
By chirayu tulsyan  
Created: 12 Nov 2023
Modified: 12 Nov 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World us...
6 runs ♦ 0 likes
By Pooja Salgar  
Created: 7 Nov 2023
Modified: 7 Nov 2023
Clone of "Complex World using A* (clone by Toyatma Fedee)" by Toyatma Fedee
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Adrian's A* Assi...
119 runs ♦ 0 likes
By Adrian Sweeney  
Created: 6 Nov 2019
Modified: 17 Sep 2023
Clone of Complex World
ABWorld.follow.copy ( theagent.position );
Touch World (clo...
1 run ♦ 0 likes
By Leigh Reilly  
Created: 28 Nov 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)
Cloned Complex World
31 runs ♦ 0 likes
By barkerr2  
Created: 17 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)
Minecraft Trapper
395 runs ♦ 0 likes
By Paul McBrien  
Created: 29 Oct 2021
Modified: 17 Sep 2023
clone of maze world
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
CA686 A Star Pra...
446 runs ♦ 0 likes
By Damian Debny  
Created: 31 Oct 2021
Modified: 17 Sep 2023
CA686 A Star Practical World 1 2021 by Damian Debny
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Cloned CA318 201...
Broken. (No Minds found.)
By PierreBougon  
Created: 18 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)
a star (clone by...
90 runs ♦ 0 likes
By sailesh  
Created: 10 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)
Complex World a*...
0 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 7 Nov 2021
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 CA...
81 runs ♦ 0 likes
By Donna George  
Created: 12 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)
Complex WORLD -A...
282 runs ♦ 0 likes
By Paul Geoghegan  
Created: 27 Nov 2020
Modified: 17 Sep 2023
Clone of original "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 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.