This commit is contained in:
silas
2018-07-14 18:09:00 +02:00
parent 31691c465b
commit 013783322f
106 changed files with 3429 additions and 432 deletions

0
src/module/Application/pwa/html/application/end.html Normal file → Executable file
View File

0
src/module/Application/pwa/html/application/level.html Normal file → Executable file
View File

0
src/module/Application/pwa/html/application/sync.html Normal file → Executable file
View File

0
src/module/Application/pwa/js/WordRotatorDb.js Normal file → Executable file
View File

0
src/module/Application/pwa/js/site/EndSite.js Normal file → Executable file
View File

12
src/module/Application/pwa/js/site/LevelSite.js Normal file → Executable file
View File

@@ -25,18 +25,6 @@ export class LevelSite extends AbstractSite {
}
onConstruct(args) {
let a0 = -1;
let a1 = 1;
for(let i = 0; i < 10; i++)
{
let tmp = 3*a1-2*a0;
console.log("reg", i+2, tmp);
console.log("other", i+2, Math.pow(2, i+3)-3);
a0=a1;
a1=tmp;
}
this.levelCounter = Helper.nonNull(localStorage.getItem("levelCounter"), 1);
return super.onConstruct(args);
}

0
src/module/Application/pwa/js/site/SynchronizeSite.js Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
src/module/Application/pwa/translations/de.json Normal file → Executable file
View File

0
src/module/Application/pwa/translations/en.json Normal file → Executable file
View File