This commit is contained in:
AUnicornWithNoLife 2021-07-10 15:30:28 +01:00
parent ad2aad5a64
commit 1236ee4744

View File

@ -1,3 +1,5 @@
// initialize variables
var board;
var info;
var score;
@ -9,8 +11,12 @@ var root;
var themesel;
var dopredict;
// called when all the resources for the page have been loaded
function load()
{
// asing values to variables
board =
[
[
@ -74,6 +80,8 @@ function load()
setup();
}
// runs functions to get ready for game
function setup()
{
setupTheme();