Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: getScript


Phaser test World
59 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()
Character recogn...
2047 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
73 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()
Chess : Mind v...
1312 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()
Bowling
1025 runs ♦ 0 likes
By Vanya Cadogan  
Created: 28 Nov 2022
Modified: 17 Sep 2023
$.getScript ("/uploads/cadogav2/ammo.wasm.js", function(){
Flickr World
214 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 );
Chess : Mind v...
208 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 Chaser
150 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() {
Purple Fruit Monster
208 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() {
Binary tree
4241 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() {
XOR multi-layer ...
789 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()
Assignment 2 (c...
2 runs ♦ 0 likes
By Udit Srivastava  
Created: 3 Dec 2022
Modified: 17 Sep 2023
Clone of "Assignment 2 " by Udit Srivastava
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
$.getScript ( "/uploads/lala/MNIST.js", function()
Character recogn...
271 runs ♦ 0 likes
By Andrey Totev  
Created: 28 Nov 2020
Modified: 17 Sep 2023
Practical by Andrey Totev
$.getScript ( "/uploads/codingtrain/mnist.js", function()
$.getScript ( "/uploads/atotev/mathutils.js", function()
$.getScript ( "/uploads/atotev/webcnn.js", function()
Word Methods (cl...
0 runs ♦ 0 likes
By Alex  
Created: 21 May 2019
Modified: 17 Sep 2023
Clone of "Word Methods" by Alex Murphy
$.getScript ( "uploads/alexmurphy1996/stringmethodes_code.js", function() {
Comments, Types ...
1 run ♦ 0 likes
By 09syeda  
Created: 20 May 2019
Modified: 17 Sep 2023
Clone of "Comments, Types & Variables World (clone by 09syeda) (clone by 09syeda)" by 09syeda
$.getScript ( "uploads/alexmurphy1996/lesson1_chasing.js", function() {
Binary tree (clo...
15 runs ♦ 0 likes
By Cyrus Land  
Created: 3 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() {
Binary tree (clo...
69 runs ♦ 0 likes
By Eoin Mc Cormack  
Created: 21 Oct 2021
Modified: 17 Sep 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/moxpooer/node.js", function() {
$.getScript ( "/uploads/moxpooer/tree.js", function() {
CA 2 Character r...
276 runs ♦ 0 likes
By HaoIoCheong  
Created: 29 Nov 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/karinmeow321/nn.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
XOR multi-layer ...
94 runs ♦ 0 likes
By Nithin Sai K J  
Created: 8 Nov 2023
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()
Character recogn...
35 runs ♦ 0 likes
By Hou Tin Ieong  
Created: 19 Nov 2024
Modified: 19 Nov 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 ...
35 runs ♦ 0 likes
By Alfred Iyby  
Created: 8 Nov 2023
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()
Trampoline World...
18 runs ♦ 0 likes
By ca400test 1  
Created: 19 May 2019
Modified: 17 Sep 2023
Clone of "Trampoline World" by Alex Murphy
$.getScript ( "uploads/alexmurphy1996/trampoline.js", function() {
Character recogn...
0 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 2 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()
Character recogn...
13 runs ♦ 0 likes
By Benjamin Olojo  
Created: 15 Nov 2022
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()
Character recogn...
2 runs ♦ 0 likes
By Tony Forde  
Created: 26 Nov 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()
XOR multi-layer ...
31 runs ♦ 0 likes
By Niveditha Vudayagiri  
Created: 6 Nov 2024
Modified: 6 Nov 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...
43 runs ♦ 0 likes
By David Jusev  
Created: 11 Oct 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() {
CR1/tanh activat...
14 runs ♦ 0 likes
By akshara  
Created: 13 Dec 2020
Modified: 17 Sep 2023
Clone of CR1/tanh activation/hn128
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/akshara/nn_tanh.js", function()
$.getScript ( "/uploads/codingtrain/mnist.js", function()
Binary tree (clo...
15 runs ♦ 0 likes
By Toma  
Created: 4 Oct 2023
Modified: 11 Sep 2024
Clone of "Binary tree" by "Coding Train" project
//$.getScript ( "/uploads/codingtrain/node.js", function() {
$.getScript("/uploads/toma2601/ancientbrain.com_uploads_codingtrain_node.js",function(){
//$.getScript ( "/uploads/codingtrain/tree.js", function() {
$.getScript("/uploads/toma2601/ancientbrain.com_uploads_codingtrain_tree.js", function(){
Binary tree
6 runs ♦ 0 likes
By Adam McKeown  
Created: 1 Oct 2024
Modified: 1 Oct 2024
Binary tree by Coding Train project
$.getScript ( "/uploads/adam03/node.js", function() {
$.getScript ( "/uploads/adam03/tree.js", function() {
BIBEK PRASAD GUP...
121 runs ♦ 0 likes
By BIBEK PRASAD GUPTA  
Created: 7 Dec 2020
Modified: 17 Sep 2023
Assignment 2 submitted by Bibek Prasad Gupta. Stop training to get better doodle drawing experience.
$.getScript("/uploads/codingtrain/matrix.js", function () {
$.getScript("/uploads/codingtrain/nn.js", function () {
$.getScript("/uploads/codingtrain/mnist.js", function () {
$.getScript("/uploads/bibek20210617/webcnn.js", function () {
$.getScript("uploads/bibek20210617/mathutils.js", function () {
Introduction
28 runs ♦ 0 likes
By Akash Gupta  
Created: 30 Sep 2021
Modified: 17 Sep 2023
Testing 1
$.getScript("/uploads/akash037/ml5.js", function(){
XOR multi-layer ...
22 runs ♦ 0 likes
By anish kumar  
Created: 4 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()
Binary tree (clo...
3 runs ♦ 0 likes
By Mandar Kotnis  
Created: 14 Oct 2021
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 (clo...
25 runs ♦ 0 likes
By Dillan de Langen  
Created: 19 Oct 2019
Modified: 17 Sep 2023
Clone of "Binary tree" by "Coding Train" project
$.getScript ( "/uploads/dillan/node.js", function() {
$.getScript ( "/uploads/dillan/tree.js", function() {
Complex World hi...
141 runs ♦ 0 likes
By kanish r  
Created: 13 Nov 2022
Modified: 17 Sep 2023
Complex World hitler trying to kill hitler wiith moving wallls
$.getScript ( "/uploads/kanish1/kanish-astar.js", function() {
XOR multi-layer ...
1 run ♦ 0 likes
By Hua Bai  
Created: 6 Nov 2024
Modified: 6 Nov 2024
Clone of "XOR multi-layer network" by "Coding Train" project
$.getScript ( "/uploads/codingtrain/matrix.js", function()
$.getScript ( "/uploads/codingtrain/nn.js", function()
Chess : Mind v...
4 runs ♦ 0 likes
By Giuseppe Esposito  
Created: 1 Dec 2024
Modified: 1 Dec 2024
Clone of "Chess : Mind vs Simple AI (a bit of random) with more minds" by Enhanced
$.getScript ( "https://cdnjs.cloudflare.com/ajax/libs/chess.js/0.10.2/chess.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.