Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: AB saveData


MineCraft
1260 runs ♦ 2 likes
By Starter user  
Created: 27 Nov 2016
Modified: 17 Sep 2023
Use keyboard to draw blocks like in MineCraft. Use arrow keys and PgUp, PgDn to draw. Can save w...
AB.msg ( " <button onclick='saveData();' class='ab-normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
Design Your Own ...
4434 runs ♦ 0 likes
By Jack O'Connor  
Created: 18 Feb 2019
Modified: 17 Sep 2023
Design Your Own Room Escape Game
$("#user_span1").html ( " <button onclick='AB.saveData();' class='normbutton mybutton' >Save</button> " );
Sampler
162 runs ♦ 1 like
By Enhanced  
Created: 19 Jul 2018
Modified: 17 Sep 2023
Upload sounds, play them, automate them. Saving data works.
$("#user_span7").html ( " <button onclick='AB.saveData();' >Save your work</button> " );
Complete Infinit...
540 runs ♦ 0 likes
By Enhanced  
Created: 9 Aug 2018
Modified: 17 Sep 2023
This program was made by Nathan Bonnard. In this world, you can generate an infinite world ! Bu...
$("#user_span2").html ( " <button onclick='AB.saveData();' >Save your work</button> " );
Rythm of the night
310 runs ♦ 0 likes
By Enhanced  
Created: 2 Aug 2018
Modified: 17 Sep 2023
A rythm game where you have to use the right inputs at the right time to progress from one level...
$("#user_span2").html ( " <button onclick='AB.saveData();' >Save your work</button> " );
Character recogn...
63 runs ♦ 0 likes
By sailesh  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
t.doodle_total_guess = DOODLE_TOTAL_GUESS, t.doodle_total_wrong = DOODLE_TOTAL_WRONG, t.cnn = cnn_mod.toJSON(), AB.saveData(t);
Assignment/Pract...
65 runs ♦ 0 likes
By Sagnik Chakraborty  
Created: 2 Dec 2022
Modified: 17 Sep 2023
A-Z Character recognition with save and restore weights
AB.saveData (nn);
Doodle Classifier
361 runs ♦ 0 likes
By Gary  
Created: 5 Dec 2021
Modified: 17 Sep 2023
Classifies mouse drawn doodles from a list of objects
AB.saveData(nn);
MineCraft (clone...
4 runs ♦ 0 likes
By Pratiksha Biradar  
Created: 13 Dec 2020
Modified: 17 Sep 2023
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
letter recognization
226 runs ♦ 0 likes
By archy yu  
Created: 23 Nov 2021
Modified: 17 Sep 2023
using CNN to recognize letter
AB.saveData(data);
Keerthi_ mark code
2 runs ♦ 0 likes
By keerthi1407  
Created: 4 Dec 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
AB.saveData (nn);
Doodle Play
180 runs ♦ 0 likes
By Itisha  
Created: 18 Nov 2021
Modified: 17 Sep 2023
Doodle Identifier for a limited Set
AB.saveData ( nn );
MineCraft (clone...
1 run ♦ 0 likes
By Rahul K Johny  
Created: 22 Sep 2022
Modified: 17 Sep 2023
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='ab-normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
Assignment 2 neu...
58 runs ♦ 0 likes
By Radwan Duadu  
Created: 10 Dec 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
AB.saveData(nn);
Assignment_2_Cha...
51 runs ♦ 0 likes
By Prashasta Jung  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Assignment 2
AB.saveData(data);
AB.saveData (nn);
Rythm of the nig...
7 runs ♦ 0 likes
By Gary D  
Created: 29 Nov 2023
Modified: 29 Nov 2023
Clone of "Rythm of the night" by Enhanced
$("#user_span2").html ( " <button onclick='AB.saveData();' >Save your work</button> " );
MineCraft (clone...
0 runs ♦ 0 likes
By test2  
Created: 10 Dec 2020
Modified: 10 Dec 2020
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
MineCraft (clone...
1 run ♦ 0 likes
By Yiming Fu  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='ab-normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
character recogn...
19 runs ♦ 0 likes
By Chandrabhanu Sin...  
Created: 29 Nov 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
AB.saveData(nn);
3. Upload Music ...
593 runs ♦ 0 likes
By Alex Murphy  
Created: 9 Apr 2019
Modified: 17 Sep 2023
How to upload Music and Images to Worlds on Ancient Brain
AB.world.saveData = function () { return clicked; };
AB.saveData ( clicked );
New World
125 runs ♦ 0 likes
By Patrick Dinu  
Created: 22 Nov 2024
Modified: 3 Dec 2024
AB.saveData(userData);
MineCraft (clone...
0 runs ♦ 0 likes
By Cyrus Land  
Created: 19 Sep 2023
Modified: 11 Sep 2024
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='ab-normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
Character recogn...
41 runs ♦ 0 likes
By Gaurav Kumar  
Created: 16 Nov 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
AB.saveData(nn);
4. Comments, Typ...
729 runs ♦ 0 likes
By Alex Murphy  
Created: 12 Mar 2019
Modified: 17 Sep 2023
Introduction to JavaScript Comments, Types and Variables
AB.world.saveData = function () { return clicked; };
AB.saveData ( clicked );
Enhanced Charact...
632 runs ♦ 0 likes
By Deniss Strods  
Created: 3 Dec 2020
Modified: 17 Sep 2023
Enhanced provided version of the character recognizer
AB.saveData(savedItems);
Practical 2: Cha...
103 runs ♦ 0 likes
By Prathmesh Lad  
Created: 18 Nov 2021
Modified: 17 Sep 2023
Character recognition using CNN
AB.saveData(cnn_model.toJSON()); // Saving the trained model to the server.
Character recogn...
4 runs ♦ 0 likes
By keerthi1407  
Created: 4 Dec 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
AB.saveData ( nn );
Design Your Own ...
1 run ♦ 0 likes
By Faith Njekwe  
Created: 28 Oct 2025
Modified: 28 Oct 2025
Clone of "Design Your Own Room Escape Game" by Jack O'Connor
$("#user_span1").html ( " <button onclick='AB.saveData();' class='normbutton mybutton' >Save</button> " );
Character recogn...
1 run ♦ 0 likes
By Harshita Tyagi  
Created: 3 Dec 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by Harshita Tyagi)" by Harshita Tyagi
AB.saveData (nn);
AB.saveData (nn);
MineCraft (clone...
6 runs ♦ 0 likes
By akshara  
Created: 9 Dec 2020
Modified: 17 Sep 2023
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
MineCraft (clone...
2 runs ♦ 0 likes
By Fionn Gallahar Hall  
Created: 27 Sep 2022
Modified: 17 Sep 2023
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='ab-normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
Smart Doodle -Ma...
20 runs ♦ 0 likes
By Paul Geoghegan  
Created: 13 Dec 2020
Modified: 17 Sep 2023
Clone of "Smart Doodle & Char Recognition Neural Network " by Paul Geoghegan
AB.saveData ( saved_d_array);
MineCraft (clone...
4 runs ♦ 0 likes
By Adriana Rincon  
Created: 28 Nov 2023
Modified: 28 Nov 2023
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='ab-normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
Infinite World - V1
731 runs ♦ 2 likes
By Nathan Bonnard  
Created: 13 Jun 2018
Modified: 17 Sep 2023
Infinite world, with nice landscapes, trees and castle by Nathan Bonnard
$("#user_span2").html ( " <button onclick='AB.saveData();' >Save your work</button> " );
Crop Image for T...
532 runs ♦ 0 likes
By jianyu  
Created: 4 Dec 2020
Modified: 17 Sep 2023
to create similar between trainning image and predicte image
AB.saveData(datas);
Cloned Complete ...
6 runs ♦ 0 likes
By DojoCon machine 4  
Created: 20 Oct 2018
Modified: 17 Sep 2023
Clone of "Complete Infinite World" by Enhanced
$("#user_span2").html ( " <button onclick='AB.saveData();' >Save your work</button> " );
MineCraft (clone...
13 runs ♦ 0 likes
By Amy Collins  
Created: 26 Nov 2022
Modified: 17 Sep 2023
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='ab-normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
MineCraft (clone...
2 runs ♦ 0 likes
By Jack  
Created: 27 Sep 2022
Modified: 17 Sep 2023
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='ab-normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );
Character recogn...
656 runs ♦ 0 likes
By Jack O'Brien  
Created: 30 Nov 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
AB.saveData ( nn.serialize());
MineCraft (clone...
0 runs ♦ 0 likes
By Jack O'Brien  
Created: 12 Dec 2020
Modified: 17 Sep 2023
Clone of "MineCraft" by Starter user
AB.msg ( " <button onclick='saveData();' class='normbutton mybutton' >Save work</button> " );
AB.saveData ( BLOCKARRAY );


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.