Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld lookat


User-controlled ...
1080 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.lookat.copy ( theagent.position );
ABWorld.lookat.y = LOOKAT_Y ;
ABWorld.lookat.x = ABWorld.lookat.x + ( (startRadiusConst * 3) * Math.sin(agentRotation) );
ABWorld.lookat.z = ABWorld.lookat.z + ( (startRadiusConst * 3) * Math.cos(agentRotation) );
Ammo for AB
599 runs ♦ 0 likes
By Starter user  
Created: 19 Apr 2021
Modified: 17 Sep 2023
Ammo world for AB API
ABWorld.lookat.copy ( ABWorld.scene.position );
CA318 2018 World
2168 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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Collision World
1675 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.lookat.copy ( ABWorld.scene.position );
Complex World
8547 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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Touch World
484 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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Simple World
1909 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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Final Pool
1226 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 17 Sep 2023
Pool Predictor for CA326
ABWorld.lookat.copy ( ABWorld.scene.position );
Model World
892 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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
ABWorld.lookat.y = LOOKAT_Y ; // adjusted
Zombie Escape
4125 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.lookat.copy ( steve.position );
ABWorld.lookat.y = lookAtY ;
ABWorld.lookat.x = ABWorld.lookat.x + ( (startRadiusConst * 3) * Math.sin(steveRotation) );
ABWorld.lookat.z = ABWorld.lookat.z + ( (startRadiusConst * 3) * Math.cos(steveRotation) );
Expo World
224 runs ♦ 0 likes
By Mark Humphrys  
Created: 17 Oct 2018
Modified: 11 Sep 2024
Infinite changing demo for expos.
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Bouncy Balls
588 runs ♦ 3 likes
By Starter user  
Created: 1 Oct 2017
Modified: 17 Sep 2023
Demo of Physics API. Balls bounce under gravity and collide in low friction world. Splash screen...
ABWorld.lookat.copy ( ABWorld.scene.position );
Touch World (clo...
0 runs ♦ 0 likes
By Antoine Klein  
Created: 8 Nov 2022
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Space maze-1.0
21 runs ♦ 0 likes
By Sagnik Chakraborty  
Created: 19 Oct 2022
Modified: 17 Sep 2023
attempt 1-playing around with the world- failed attempt- started again from scratch
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Enemy versus Age...
17 runs ♦ 0 likes
By Chandrabhanu Sin...  
Created: 8 Nov 2022
Modified: 17 Sep 2023
Clone of "Enemy versus Agent Game (clone by Aoife Doherty)" by Aoife Doherty
ABWorld.lookat.copy(theenemy.position)
Cloned Complex World
3 runs ♦ 0 likes
By Joe Rathborne  
Created: 19 Nov 2018
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
363 runs ♦ 0 likes
By Sumit Khopkar  
Created: 13 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Touch World (clo...
0 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 6 Nov 2021
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Maze (Tharanya S...
64 runs ♦ 0 likes
By Tharanya Satish  
Created: 12 Nov 2023
Modified: 11 Sep 2024
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
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.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Cloned CA318 201...
1 run ♦ 0 likes
By Jacob  
Created: 17 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by Mark Humphrys
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
250 runs ♦ 0 likes
By Sophie Renshaw  
Created: 9 Nov 2021
Modified: 17 Sep 2023
Clone of "Complex World (clone by Sophie Renshaw) - V4" by Sophie Renshaw
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
New Complex World
26 runs ♦ 0 likes
By Md Shamsul Abedi...  
Created: 14 Aug 2020
Modified: 17 Sep 2023
brendan-shamsul
ABWorld.lookat.copy(theenemy.position); // if camera moving, look back at where the enemy is
Collision World ...
3 runs ♦ 0 likes
By Jake Farrell  
Created: 24 Sep 2024
Modified: 2 Sep 2025
Clone of "Collision World" by Starter user
ABWorld.lookat.copy ( ABWorld.scene.position );
Planet chase - G...
1409 runs ♦ 0 likes
By Gelmis Bartulis  
Created: 5 Jul 2021
Modified: 17 Sep 2023
A small game that displays the functionality of A* algorithm within a browser
ABWorld.lookat.copy ( theenemy.position );
Cloned Cloned CA...
2 runs ♦ 0 likes
By Walter  
Created: 18 Nov 2018
Modified: 17 Sep 2023
Clone of "Cloned CA318 2018 World" by cdaly
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
0 runs ♦ 0 likes
By Kaushal  
Created: 7 Nov 2023
Modified: 11 Sep 2024
Clone of "Complex World (clone by Kaushal)" by Kaushal
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Enemy versus Age...
7 runs ♦ 0 likes
By Test Purpose  
Created: 12 Nov 2022
Modified: 17 Sep 2023
Clone of "Enemy versus Agent Game Back Up" by Aoife Doherty
ABWorld.lookat.copy(theenemy.position);
Ammo for AB (clo...
14 runs ♦ 0 likes
By Philip J Leonard  
Created: 2 Dec 2024
Modified: 2 Dec 2024
i like physics idk
ABWorld.lookat.copy ( ABWorld.scene.position );
Complex World (c...
1 run ♦ 0 likes
By Abdelshafa Abdala  
Created: 3 Nov 2022
Modified: 17 Sep 2023
Clone of "Complex World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
MoneyHeist2(clon...
80 runs ♦ 0 likes
By Ira  
Created: 12 Nov 2021
Modified: 17 Sep 2023
Clone of "MoneyHeist_ComplexWorld" by Ira
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
ABWorld.lookat.copy ( theenemy2.position ); // if camera moving, look back at where the enemy is
ABWorld.lookat.copy ( theenemy3.position ); // if camera moving, look back at where the enemy is
Official Project...
2 runs ♦ 0 likes
By Adaam  
Created: 12 Nov 2018
Modified: 17 Sep 2023
Clone of "CA318 2018 World" by Mark Humphrys
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World wh...
16 runs ♦ 0 likes
By Noel Hendrick  
Created: 28 Nov 2020
Modified: 17 Sep 2023
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
A* Showcase Hunt...
10 runs ♦ 0 likes
By Pooja Salgar  
Created: 7 Nov 2023
Modified: 11 Sep 2024
Clone of "A* Showcase Hunter and Pray (clone by Deniss Strods)" by Deniss Strods
ABWorld.lookat.copy(theenemy.position); // if camera moving, look back at where the enemy is
Simple World (c...
1 run ♦ 0 likes
By Thierry Beliere  
Created: 18 Sep 2025
Modified: 18 Sep 2025
Clone of "Simple World" by Starter user
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Complex World (c...
5 runs ♦ 0 likes
By Aditya Narayan  
Created: 12 Nov 2022
Modified: 17 Sep 2023
"Complex World for moving wall (WIP)by Aditya Narayan
ABWorld.lookat.copy ( theenemy.position ); // if camera moving, look back at where the enemy is
Amazon
7 runs ♦ 0 likes
By MrDheer  
Created: 24 Sep 2022
Modified: 17 Sep 2023
I AM COMING
theenemy.position.copy(translate(ei, ej)), ABWorld.lookat.copy(theenemy.position)
Collision World ...
0 runs ♦ 0 likes
By <b>Mohamed Youse...  
Created: 11 Apr 2020
Modified: 17 Sep 2023
Clone of "Collision World" by Starter user
ABWorld.lookat.copy ( ABWorld.scene.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.