interactive objects parametrization

This commit is contained in:
2025-11-02 18:03:46 +02:00
parent 6253fc32d7
commit d8618c69f4
15 changed files with 411 additions and 474 deletions
@@ -96,7 +96,7 @@ class MazeQuizGame {
)
let dd;
if (d == 'f'){
dd = Math.round() > 0.5 ? 'l' : 'r';
dd = Math.random() > 0.5 ? 'l' : 'r';
}else {
dd = d == 'l' ? 'r' : 'l'
}