Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld follow


Zombie Escape
4071 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
850 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
Touch World
455 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 ...
880 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
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)
Complex World
8155 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)
Simple World
1607 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
1320 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
2156 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)
Complex World (c...
6 runs ♦ 0 likes
By Lakshmi Prasad  
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)
Complex World Mo...
107 runs ♦ 0 likes
By Prem Kumar  
Created: 12 Nov 2022
Modified: 17 Sep 2023
Clone of "Complex World (clone by Prem Kumar)" by Prem Kumar
theagent.position.copy(translate(ai, aj)), ABWorld.follow.copy(theagent.position)
Snakes and Ladde...
10 runs ♦ 0 likes
By Luke Whelan  
Created: 30 Nov 2022
Modified: 17 Sep 2023
Clone of "Snakes and Ladders" by Cian sullivan
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World v1
73 runs ♦ 0 likes
By Tony Forde  
Created: 25 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)
Complex World (c...
1 run ♦ 0 likes
By Abdelshafa Abdala  
Created: 5 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...
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)
complex mind
4 runs ♦ 0 likes
By Md Shamsul Abedi...  
Created: 14 Aug 2020
Modified: 17 Sep 2023
Clone of "A* Complex World-1"
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Complex World (c...
77 runs ♦ 0 likes
By OmO  
Created: 28 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)
Cloned Cloned CA...
10 runs ♦ 0 likes
By Santiago  
Created: 13 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*...
1 run ♦ 0 likes
By sk  
Created: 9 Nov 2022
Modified: 17 Sep 2023
Clone of "Complex World a* (clone by sk)" by sk
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Complex World_or...
13 runs ♦ 0 likes
By Anand  
Created: 27 Oct 2023
Modified: 5 Nov 2023
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 Snavy Pitah  
Created: 30 Oct 2023
Modified: 30 Oct 2023
Clone of "Complex World (clone by Nakyung Kim)" by Nakyung Kim
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Plant vs Zombie ...
353 runs ♦ 0 likes
By Md Shamsul Abedi...  
Created: 14 Aug 2020
Modified: 17 Sep 2023
A_star Algorithm in 3D Visualization
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Cat and Mouse (c...
3 runs ♦ 0 likes
By Jack O'Brien  
Created: 22 Nov 2020
Modified: 17 Sep 2023
Clone of "Cat and Mouse" by Jack O'Brien
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
2 runs ♦ 0 likes
By Abdirahman Shire  
Created: 11 Nov 2023
Modified: 11 Nov 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)
assignment1-Asta...
535 runs ♦ 0 likes
By Radwan Duadu  
Created: 13 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)
Cloned CA318 201...
4 runs ♦ 0 likes
By Ethan Harkin  
Created: 5 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by test
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
User-controlled ...
9 runs ♦ 0 likes
By Ronghui  
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...
1 run ♦ 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)
Cloned Complex World
2 runs ♦ 0 likes
By Extra test  
Created: 21 Oct 2018
Modified: 21 Oct 2018
Clone of "Complex World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Practical1- Part...
74 runs ♦ 0 likes
By Ayush Bhatt  
Created: 11 Nov 2022
Modified: 17 Sep 2023
Clone of "Practical1- Part2: Moving walls by Ayush Bhatt
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
2 runs ♦ 0 likes
By Akash Gupta  
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)
Bot-business
13 runs ♦ 0 likes
By akshara  
Created: 25 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)


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 partners. In particular, we seek a partner in writing a JavaScript coding book for schools, to be used worldwide. We will integrate your course 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.