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) );
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)
User-controlled ...
1087 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) );
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
Complex World
8573 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)
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)
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)
Collision World
1703 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 );
Simple World
1919 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)
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)
A star (practica...
180 runs ♦ 0 likes
By AKASH BARIK  
Created: 10 Nov 2022
Modified: 17 Sep 2023
Path Finding use A star
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
TEST COPY Comple...
19 runs ♦ 0 likes
By Kaushal  
Created: 5 Nov 2023
Modified: 11 Sep 2024
Clone of "Complex World - Assignment 1 - Kaushal" by Kaushal
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
SunSnatcher and ...
0 runs ♦ 0 likes
By Nakyung Kim  
Created: 19 Nov 2023
Modified: 11 Sep 2024
Clone of "SunSnatcher and the MoonChase Galaxy(clone by Nakyung Kim" by Nakyung Kim
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Complex World_A*...
141 runs ♦ 0 likes
By World Builder  
Created: 11 Nov 2021
Modified: 17 Sep 2023
A*-world
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Project (clone b...
0 runs ♦ 0 likes
By Vaidas Buzas  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Clone of "Project" by Duarte Martinho
// ABWorld.follow.copy(theagent.position);
ABWorld.follow.y = FOLLOW_Y;
ABWorld.follow.x = ABWorld.follow.x + 0;
ABWorld.follow.z = ABWorld.follow.z + 0;
POOJA_SALGAR_ASS...
307 runs ♦ 0 likes
By Pooja Salgar  
Created: 7 Nov 2023
Modified: 11 Sep 2024
Christmas Eve and Game of Santa and Child for gifts and toffies!!
ABWorld.follow.copy(AGENT.position); // follow vector = agent position (for camera following agent)
wall is enemy Co...
11 runs ♦ 0 likes
By James Humphrys  
Created: 20 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)
Simple World (c...
0 runs ♦ 0 likes
By Joseph Adedayo  
Created: 29 Nov 2022
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 CA318 201...
74 runs ♦ 0 likes
By Eoin McLaughlin  
Created: 8 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)
Part-2 Assignmen...
106 runs ♦ 0 likes
By Raj Vibhute  
Created: 10 Nov 2022
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.follow.copy(theagent.position);
Complex World
56 runs ♦ 0 likes
By Lakshmi Prasad  
Created: 13 Nov 2021
Modified: 17 Sep 2023
Complex World: Practical1 Part1
ABWorld.follow.copy(theagent.position); // follow vector = agent position (for camera following agent)
Cloned Simple World
Broken. (No Minds found.)
By Jennifer  
Created: 30 Oct 2018
Modified: 17 Sep 2023
Clone of "Simple World" by Starter user
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
172 runs ♦ 0 likes
By Sagar Ramachandr...  
Created: 12 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)
RoboCop 2
142 runs ♦ 1 like
By Sagar Ramachandr...  
Created: 12 Nov 2021
Modified: 17 Sep 2023
CA686 ~ Practical 1 ~ Part 2; Clone of "RoboCop" by Sagar Ramachandra Murthy
ABWorld.follow.copy ( theagent.position ); // Follow vector = agent position (for camera following agent)
complex world
36 runs ♦ 0 likes
By Pooja Salgar  
Created: 6 Nov 2023
Modified: 11 Sep 2024
Clone of "Complex World (clone by Pooja Salgar) (clone by Pooja Salgar)" by Pooja Salgar
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Complex World (c...
0 runs ♦ 0 likes
By robby  
Created: 5 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)
Snakes and Ladders
473 runs ♦ 0 likes
By Cian sullivan  
Created: 26 Nov 2022
Modified: 17 Sep 2023
Snakes and Ladders game by Cian Sullivan
ABWorld.follow.copy ( theagent.position ); // follow vector = agent position (for camera following agent)
Cloned Complex World
0 runs ♦ 0 likes
By Simba Wekare  
Created: 18 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)
copy1
1 run ♦ 0 likes
By Chandrabhanu Sin...  
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)
Complex World (c...
0 runs ♦ 0 likes
By David Kiernan  
Created: 12 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)


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.