Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: getScript


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() {
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()
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() {
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()
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 );
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()
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()
Bowling
1044 runs ♦ 0 likes
By Vanya Cadogan  
Created: 28 Nov 2022
Modified: 17 Sep 2023
$.getScript ("/uploads/cadogav2/ammo.wasm.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() {
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...
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()
Comments, Types ...
363 runs ♦ 0 likes
By Alex Murphy  
Created: 2 Apr 2019
Modified: 17 Sep 2023
Comments, Types & Variables
$.getScript ( "uploads/alexmurphy1996/lesson1_chasing.js", function() {
Binary tree (clo...
24 runs ♦ 0 likes
By Nicolas  
Created: 1 Oct 2024
Modified: 2 Sep 2025
Clone of "Binary tree (clone by Nicolas)" by Nicolas
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Comments, Types ...
8 runs ♦ 0 likes
By CA400_tst1  
Created: 19 May 2019
Modified: 17 Sep 2023
Clone of "Comments, Types & Variables World" by Alex Murphy
$.getScript ( "uploads/alexmurphy1996/lesson1_chasing.js", function() {
Binary tree (clo...
6 runs ♦ 0 likes
By Ann  
Created: 2 Oct 2024
Modified: 2 Sep 2025
Clone of "Binary tree (clone by Ann) (clone by Ann)" by Ann
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Character recogn...
1 run ♦ 0 likes
By Abdelshafa Abdala  
Created: 3 Dec 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()
Chat with GPT mo...
147 runs ♦ 0 likes
By Kenneth John Ras  
Created: 6 Dec 2023
Modified: 11 Sep 2024
Clone of "Chat with GPT model (clone by Kenneth John Ras)" by Kenneth John Ras
$.getScript("https://cdn.skypack.dev/tone", function () {
NN Project - Bui...
302 runs ♦ 0 likes
By Brendan  
Created: 9 Dec 2019
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by Brendan)" by Brendan
$.getScript("/uploads/codingtrain/matrix.js", function () {
// $.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript("/uploads/codingtrain/mnist.js", function () {
XOR multi-layer ...
612 runs ♦ 0 likes
By K.Ellis  
Created: 6 Dec 2019
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()
Binary tree (clo...
6 runs ♦ 0 likes
By Khema Raul  
Created: 2 Oct 2024
Modified: 2 Sep 2025
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/khema/node.js", function() {
$.getScript ( "/uploads/khema/tree.js", function() {
Character detect...
36 runs ♦ 0 likes
By sagar gatla  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
$.getScript("/uploads/codingtrain/nn.js", function() {
$.getScript("/uploads/joshia6/joshia6_mnist.js", function() {
Number recognition
1 run ♦ 0 likes
By Gaurav Kumar  
Created: 28 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()
XOR multi-layer ...
10 runs ♦ 0 likes
By Benjamin Olojo  
Created: 8 Nov 2022
Modified: 11 Sep 2024
Clone of "XOR multi-layer network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Binary tree (clo...
9 runs ♦ 0 likes
By Cathal O'Grady  
Created: 13 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() {
Sumbission Pract...
49 runs ♦ 0 likes
By Deborah Djon  
Created: 3 Dec 2022
Modified: 17 Sep 2023
Clone of "Working Google Thing" by Deborah Djon
$.getScript ( "/uploads/tharealog/matrix_tharealog.js", function()
$.getScript ( "/uploads/tharealog/nn_tharealog.js", function()
$.getScript ( "/uploads/tharealog/mnist.js", function() // todo: alter this
$.getScript("https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-vis@1.0.2/dist/tfjs-vis.umd.min.js", function(){ // todo outsourc
$.getScript("https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@1.0.0/dist/tf.min.js", function(){
Binary tree (clo...
0 runs ♦ 0 likes
By Cian sullivan  
Created: 2 Nov 2022
Modified: 17 Sep 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
XOR multi-layer ...
0 runs ♦ 0 likes
By Richard H  
Created: 23 Oct 2019
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()
BarryMcNamara_19...
37 runs ♦ 0 likes
By barry  
Created: 21 Dec 2019
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"*/ "uploads/barrymc/19214589-nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
CharRecognition_...
41 runs ♦ 0 likes
By Christian Cobalida  
Created: 20 Nov 2022
Modified: 17 Sep 2023
Clone of "CharRecognition_UsingCNN (clone by Dheera(21261395))" by Dheera
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/dheera0704/convnet3.js", function()
$.getScript ( "/uploads/dheera0704/mnistDhe.js", function()
XOR multi-layer ...
1 run ♦ 0 likes
By Nikitha Guntamadugu  
Created: 6 Nov 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()
Binary tree (clo...
12 runs ♦ 0 likes
By Josh Moore  
Created: 25 Oct 2025
Modified: 25 Oct 2025
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
8. For Loops
4 runs ♦ 0 likes
By Happy Coding Port  
Created: 16 Jun 2026
Modified: 16 Jun 2026
$.getScript("/uploads/happycodingport/nav.js", function()
$.getScript("/uploads/happycodingport/css.js", function()
Blockchain Demo
89 runs ♦ 0 likes
By Stefano Marzo  
Created: 1 Oct 2021
Modified: 17 Sep 2023
$.getScript('https://cdnjs.cloudflare.com/ajax/libs/js-sha256/0.9.0/sha256.min.js',
PRactical 2 on D...
0 runs ♦ 0 likes
By robby  
Created: 5 Dec 2021
Modified: 17 Sep 2023
Clone of "PRactical 2 on Doodle" by Abhishek Bongale
$.getScript("https://unpkg.com/ml5@latest/dist/ml5.min.js");
Character recogn...
19 runs ♦ 0 likes
By StevenMacManus  
Created: 4 Dec 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by StevenMacManus)" by StevenMacManus
$.getScript ( "/uploads/themacmac/matrix.js", function()
$.getScript ( "/uploads/themacmac/nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.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.