Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: getScript


Bowling
1044 runs ♦ 0 likes
By Vanya Cadogan  
Created: 28 Nov 2022
Modified: 17 Sep 2023
$.getScript ("/uploads/cadogav2/ammo.wasm.js", function(){
Chess : Mind v...
232 runs ♦ 0 likes
By Enhanced  
Created: 7 Aug 2018
Modified: 17 Sep 2023
Your mind plays against "Simple AI - Depth 1" with a little bit of random added so the games are...
$.getScript ( "https://cdnjs.cloudflare.com/ajax/libs/chess.js/0.10.2/chess.js", function()
Phaser test World
81 runs ♦ 1 like
By Mark Humphrys  
Created: 29 Apr 2023
Modified: 11 Sep 2024
Basic Phaser World. Player moved with left-right-up keys. Can jump. Physics.
// code basically unchanged - just put inside a getScript
$.getScript ( "https://cdn.jsdelivr.net/npm/phaser@3.60.0/dist/phaser.min.js", function()
XOR multi-layer ...
931 runs ♦ 0 likes
By "Coding Train" p...  
Created: 3 Jul 2019
Modified: 17 Sep 2023
Neural network to do XOR.
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Chess : Mind v...
1510 runs ♦ 0 likes
By Enhanced  
Created: 17 Aug 2018
Modified: 17 Sep 2023
Clone of "Chess : Mind vs Simple AI (a bit of random)" by Mathias Bazin
$.getScript ( "https://cdnjs.cloudflare.com/ajax/libs/chess.js/0.10.2/chess.js", function()
3MF demo
78 runs ♦ 0 likes
By Mark Humphrys  
Created: 17 Jan 2019
Modified: 11 Sep 2024
Attempt to load 3MF model. Not working yet.
$.getScript ( "/uploads/humphrys/jszip.min.js", function()
$.getScript ( "/uploads/humphrys/3MFLoader.js", function()
Purple Fruit Monster
215 runs ♦ 1 like
By Starter user  
Created: 1 Sep 2018
Modified: 17 Sep 2023
Example of porting physics World unchanged to AB using plain physics API. From "3D Game Programm...
$.getScript ( "https://www.code3dgames.com/scoreboard.js", function() {
Flickr World
233 runs ♦ 0 likes
By Starter user  
Created: 12 Aug 2018
Modified: 6 Oct 2025
Demo of "Web page" API. Just use JS to make a web page. This page gets images from Flickr using ...
$.getScript ( theurl );
Binary tree
5706 runs ♦ 0 likes
By "Coding Train" p...  
Created: 25 Apr 2019
Modified: 17 Sep 2023
Binary tree search demo.
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Character recogn...
2401 runs ♦ 0 likes
By "Coding Train" p...  
Created: 5 Jul 2019
Modified: 17 Sep 2023
Neural network to do character recognition from image database and from handwriting in real-time.
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
Phaser Chaser
160 runs ♦ 0 likes
By Paul Bashford  
Created: 20 Aug 2023
Modified: 17 Sep 2023
You Have 60 Seconds to collect more stars than your opponent! If you are caught by the Chaser yo...
// code basically unchanged - just put inside a getScript
$.getScript("https://cdn.jsdelivr.net/npm/phaser@3.60.0/dist/phaser.min.js", function() {
Binary tree (clo...
72 runs ♦ 0 likes
By Oisn McCarthy  
Created: 18 Nov 2025
Modified: 18 Nov 2025
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/oisinmccarthy/node.js", function() {
$.getScript ( "/uploads/oisinmccarthy/tree.js", function() {
Binary tree (ver...
0 runs ♦ 0 likes
By Khizer Ahmed  
Created: 13 Jun 2022
Modified: 17 Sep 2023
Clone of "Binary tree (version with 3000 nodes without visualization)" by Robert Quinn
$.getScript ( "/uploads/rq21/rq_node.js", function() {
$.getScript ( "/uploads/rq21/rq_tree.js", function() {
XOR multi-layer ...
12 runs ♦ 0 likes
By Kacper  
Created: 30 Oct 2025
Modified: 30 Oct 2025
Clone of "XOR multi-layer network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Character recogn...
20 runs ♦ 0 likes
By Daniel Peres  
Created: 22 Nov 2019
Modified: 17 Sep 2023
Character recognition - Both approaches working (useBestSlowApproach true)
$.getScript("/uploads/codingtrain/matrix.js", function () {
$.getScript("/uploads/codingtrain/nn.js", function () {
$.getScript("/uploads/codingtrain/mnist.js", function () {
Binary tree (clo...
40 runs ♦ 0 likes
By Eamonn  
Created: 15 Oct 2023
Modified: 11 Sep 2024
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Comments, Types ...
1 run ♦ 0 likes
By Soph  
Created: 21 May 2019
Modified: 17 Sep 2023
Clone of "Comments, Types & Variables World" by Alex Murphy
$.getScript ( "uploads/alexmurphy1996/lesson1_chasing.js", function() {
XOR multi-layer ...
0 runs ♦ 0 likes
By Yuhao Qiao  
Created: 6 Dec 2020
Modified: 17 Sep 2023
Clone of "XOR multi-layer network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Character recogn...
1 run ♦ 0 likes
By Antoine Klein  
Created: 15 Nov 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
Binary tree (clo...
15 runs ♦ 0 likes
By Tharak  
Created: 2 Oct 2025
Modified: 2 Oct 2025
Clone of "Binary tree (clone by Tharak)" by Tharak
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Binary tree (clo...
74 runs ♦ 0 likes
By Fionn Hourican  
Created: 20 Oct 2023
Modified: 11 Sep 2024
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/houricf2/node.js", function() {
$.getScript ( "/uploads/houricf2/tree.js", function() {
Comments, Types ...
2 runs ♦ 0 likes
By mimi  
Created: 20 May 2019
Modified: 17 Sep 2023
Clone of "Comments, Types & Variables World" by Alex Murphy
$.getScript ( "uploads/alexmurphy1996/lesson1_chasing.js", function() {
New World
40 runs ♦ 0 likes
By Ger Gleeson  
Created: 8 Dec 2019
Modified: 17 Sep 2023
$.getScript("https://unpkg.com/ml5@0.1.1/dist/ml5.min.js").then(function() {
//$.getScript ("");
Binary tree (clo...
12 runs ♦ 0 likes
By Joseph Adedayo  
Created: 4 Oct 2022
Modified: 17 Sep 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/j0euro/node.js", function() {
$.getScript ( "/uploads/j0euro/tree.js", function() {
Assignment 2: At...
193 runs ♦ 0 likes
By Ross Carter  
Created: 3 Dec 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
$.getScript ( "/uploads/ross93/matrix.js", function()
$.getScript ( "/uploads/ross93/webcnn.js", function()
$.getScript ( "/uploads/ross93/mathutils.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
Character recogn...
2 runs ♦ 0 likes
By Shubham Shubham  
Created: 5 Dec 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
XOR multi-layer ...
5 runs ♦ 0 likes
By OmO  
Created: 5 Dec 2020
Modified: 17 Sep 2023
Clone of "XOR multi-layer network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Character recogn...
16 runs ♦ 0 likes
By Jai Warde  
Created: 13 Dec 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
Binary tree (clo...
53 runs ♦ 0 likes
By Tanishq Dahiya  
Created: 2 Oct 2025
Modified: 2 Oct 2025
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "uploads/tanishqdahiya/node.js", function() {
$.getScript ( "uploads/tanishqdahiya/tree.js", function() {
Bouncing
15 runs ♦ 0 likes
By Aideen Byrne  
Created: 12 Oct 2020
Modified: 17 Sep 2023
Clone of "Trampoline World" by Alex Murphy
$.getScript ( "uploads/alexmurphy1996/trampoline.js", function() {
Binary tree_1(cl...
10 runs ♦ 0 likes
By Lu19  
Created: 9 Oct 2019
Modified: 17 Sep 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Alphabet recogni...
70 runs ♦ 0 likes
By Vincent  
Created: 26 Nov 2022
Modified: 17 Sep 2023
Code a neural network to recognize letters - Practical 2
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript ( "/uploads/rohanb456/mnist.js", function()
Welcome to the M...
311 runs ♦ 0 likes
By anish kumar  
Created: 8 Dec 2020
Modified: 17 Sep 2023
Welcome to the Matrix
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/anish85/pixelate.js", function()
$.getScript ( "/uploads/anish85/pixeldisplay.js", function()
// $.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript ( "/uploads/anish85/nn_modified.js", function() // Anish Kumar. Tried using tanh & rectifier activation functions
Breadth-first se...
1 run ♦ 0 likes
By Toma  
Created: 16 Dec 2023
Modified: 11 Sep 2024
Clone of "Breadth-first search (Kevin Bacon) (clone by Juraj Kuruc)" by Juraj Kuruc
$.getScript ("https://unpkg.com/vis-network/standalone/umd/vis-network.min.js");
XOR multi-layer ...
5 runs ♦ 0 likes
By Srikar@123  
Created: 6 Nov 2024
Modified: 2 Sep 2025
Clone of "XOR multi-layer network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Character recogn...
9 runs ♦ 0 likes
By Anand  
Created: 26 Nov 2023
Modified: 11 Sep 2024
Clone of "Character recognition neural network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
XOR multi-layer ...
3 runs ♦ 0 likes
By Nikitha Guntamadugu  
Created: 1 Dec 2024
Modified: 2 Sep 2025
Clone of "XOR multi-layer network (clone by Nikitha Guntamadugu) (clone by Nikitha Guntamadugu) ...
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Guess that Doodl...
134 runs ♦ 0 likes
By Avril Hayden  
Created: 7 Dec 2019
Modified: 17 Sep 2023
A neural network to identify a user mouse drawn digit
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
Binary tree (clo...
8 runs ♦ 0 likes
By Patrick Travers  
Created: 10 Oct 2021
Modified: 17 Sep 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/ptraver/node.js", function() {
$.getScript ( "/uploads/ptraver/tree.js", function() {
Binary tree (clo...
13 runs ♦ 0 likes
By Jack Neskah  
Created: 29 Apr 2020
Modified: 17 Sep 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {


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.