Compare commits

...

2 Commits

Author SHA1 Message Date
le FAST
61a098e7a8 Merge pull request 'Alors, tiens tiens tiens' (#2) from jeffcheasey88-patch-1 into master
Reviewed-on: #2
Reviewed-by: Jérémi N ‘EndMove’ <endmove@noreply@endmove.eu>
2022-10-18 07:00:15 +00:00
le FAST
6a92e289af Alors, tiens tiens tiens
ajout d'un console.log pour voir le score finale
2022-10-18 06:57:32 +00:00

View File

@ -83,6 +83,7 @@ GameManager.prototype.actuate = function () {
// Clear the state when the game is over (game over only, not win)
if (this.over) {
console.log("over "+this.score);
this.storageManager.clearGameState();
} else {
this.storageManager.setGameState(this.serialize());