Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: getScript


Binary tree
3171 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() {
Chess : Mind v...
1180 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()
Purple Fruit Monster
199 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() {
Phaser Chaser
135 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() {
Phaser test World
57 runs ♦ 1 like
By Mark Humphrys  
Created: 29 Apr 2023
Modified: 17 Sep 2023
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()
3MF demo
70 runs ♦ 0 likes
By Mark Humphrys  
Created: 17 Jan 2019
Modified: 17 Sep 2023
Attempt to load 3MF model. Not working yet.
$.getScript ( "/uploads/humphrys/jszip.min.js", function()
$.getScript ( "/uploads/humphrys/3MFLoader.js", function()
Flickr World
210 runs ♦ 0 likes
By Starter user  
Created: 12 Aug 2018
Modified: 17 Sep 2023
Demo of "Web page" API. Just use JS to make a web page. This page gets images from Flickr using ...
$.getScript ( theurl );
XOR multi-layer ...
654 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()
Character recogn...
1800 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()
VerseCraft
406 runs ♦ 1 like
By Leonard Alphonso  
Created: 29 Nov 2023
Modified: 11 Feb 2024
Calls GPT and DALL-E (text to image) and Whisper (text to speech) APIs (all at OpenAI). User ent...
$.getScript("/uploads/leonard/wavesurfer.js", function() {
Bowling
1013 runs ♦ 0 likes
By Vanya Cadogan  
Created: 28 Nov 2022
Modified: 17 Sep 2023
$.getScript ("/uploads/cadogav2/ammo.wasm.js", function(){
Chess : Mind v...
184 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()
Binary tree (clo...
27 runs ♦ 0 likes
By Lukas Balog  
Created: 22 Nov 2022
Modified: 17 Sep 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/lukas01/node.js", function() {
$.getScript ( "/uploads/lukas01/tree.js", function() {
Binary tree (clo...
35 runs ♦ 0 likes
By Natasha McCarthy  
Created: 27 Sep 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() {
Word Methods
205 runs ♦ 1 like
By Alex Murphy  
Created: 25 Mar 2019
Modified: 17 Sep 2023
Word.split()+.slice()
$.getScript ( "uploads/alexmurphy1996/stringmethodes_code.js", function() {
Assessment 2 FINAL
132 runs ♦ 0 likes
By Aideen Byrne  
Created: 11 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()
Character recogn...
3 runs ♦ 0 likes
By JAI GANRAJ  
Created: 15 Nov 2023
Modified: 15 Nov 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()
Assignment2_Dood...
117 runs ♦ 0 likes
By AncientBrain@123  
Created: 4 Dec 2021
Modified: 17 Sep 2023
Doodle Classification which is limited to specific number of objects
$.getScript ( "/uploads/tanmay96/TrainTestModel.js")
$.getScript ( "/uploads/tanmay96/DataPreparation.js")
$.getScript ( "/uploads/tanmay96/SkeDOO.js")
$.getScript ( "/uploads/tanmay96/nnnn.js")
$.getScript ( "/uploads/tanmay96/MatrixLoader.js")
XOR multi-layer ...
21 runs ♦ 0 likes
By YAT  
Created: 22 Nov 2023
Modified: 22 Nov 2023
Clone of "XOR multi-layer network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Breadth-first se...
1 run ♦ 0 likes
By Toma  
Created: 16 Dec 2023
Modified: 16 Dec 2023
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");
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() {
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',
Binary tree (clo...
35 runs ♦ 0 likes
By Siri Nandipaty  
Created: 21 Oct 2023
Modified: 22 Oct 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Terminator 8 (A*...
161 runs ♦ 0 likes
By Theo Delettre  
Created: 9 Nov 2021
Modified: 17 Sep 2023
Might have a bit of loading time on first load, give it a few seconds, it's trying its best
$.getScript ( "/worlds/4777509945.js", function() {
Character recogn...
3 runs ♦ 0 likes
By Kaushal  
Created: 16 Dec 2023
Modified: 16 Dec 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()
Character recogn...
0 runs ♦ 0 likes
By Itisha  
Created: 5 Dec 2021
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...
24 runs ♦ 0 likes
By JAI GANRAJ  
Created: 2 Nov 2023
Modified: 2 Nov 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Binary tree (clo...
44 runs ♦ 0 likes
By Leonard Alphonso  
Created: 8 Oct 2023
Modified: 8 Oct 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Practical N.2 Ge...
117 runs ♦ 0 likes
By Stefano Marzo  
Created: 23 Oct 2021
Modified: 17 Sep 2023
Practical project of a Generalize ANN, AY 2021-2022
$.getScript ( "/uploads/codingtrain/matrix.js", function() {
$.getScript( "/uploads/stefano/utils.js", function() {
$.getScript ( "/uploads/stefano/generalANN.js", function() {
$.getScript ( "/uploads/codingtrain/mnist.js", function() {
Battleship 2
11 runs ♦ 0 likes
By Syed book examples  
Created: 6 Jul 2023
Modified: 17 Sep 2023
Unchanged port of Ch.5 Battleship game - 2nd version
$.getScript ( "/uploads/syedbook/functions.js", function()
$.getScript ( "/uploads/syedbook/battleship.js", function()
Catppuccin Binar...
2 runs ♦ 0 likes
By duggano5  
Created: 3 Oct 2023
Modified: 3 Oct 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
Bouncy Balls (cl...
6 runs ♦ 0 likes
By ElliotC =)  
Created: 21 May 2019
Modified: 17 Sep 2023
Clone of "Bouncy Balls (clone by ElliotC =))" by ElliotC =)
$.getScript ( "uploads/alexmurphy1996/ball.js", function() {
CCNN
321 runs ♦ 0 likes
By AC  
Created: 10 Dec 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by AC)" by AC
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/ac2021/nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
$.getScript ( "https://unpkg.com/ml5@latest/dist/ml5.min.js", function(){
Binary tree (clo...
17 runs ♦ 0 likes
By Michela Lorandi  
Created: 6 Oct 2022
Modified: 17 Sep 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/michil96/node.js", function() {
$.getScript ( "/uploads/michil96/tree.js", function() {
Binary tree (clo...
6 runs ♦ 0 likes
By Khizer Ahmed  
Created: 13 Jun 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() {
Binary tree with...
0 runs ♦ 0 likes
By Ankit  
Created: 9 Oct 2021
Modified: 17 Sep 2023
Clone of "Binary tree with visuals" by Mark
$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript ( "/uploads/codingtrain/tree.js", function() {
XOR multi-layer ...
44 runs ♦ 0 likes
By Reeve Barreto  
Created: 8 Nov 2023
Modified: 8 Nov 2023
Clone of "XOR multi-layer network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Bouncy Balls (cl...
1 run ♦ 0 likes
By CA400_tst1  
Created: 6 May 2019
Modified: 17 Sep 2023
Clone of "Bouncy Balls" by Alex Murphy
$.getScript ( "uploads/alexmurphy1996/ball.js", function() {
Binary tree (clo...
26 runs ♦ 0 likes
By Nakyung Kim  
Created: 4 Oct 2023
Modified: 4 Oct 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/jackie2002/node.js", function() {
$.getScript ( "/uploads/jackie2002/tree.js", function() {
My Binary Tree
21 runs ♦ 0 likes
By Apples Twenty Five  
Created: 19 Oct 2021
Modified: 17 Sep 2023
First Binary Tree Exercise
$.getScript ( "/uploads/apples25/myNode.js", function() {
$.getScript ( "/uploads/apples25/myTree.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 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.