trop de truc pour tout ecrire

This commit is contained in:
VALOU3336
2024-02-29 18:57:43 +01:00
parent b1768e24bd
commit af836f4c1e
43 changed files with 2902 additions and 119 deletions
-3
View File
@@ -24,8 +24,5 @@ module.exports = {
});
Game.startGame();
Game.on('gameOver', result => {
console.log(result); // => { result... }
});
},
};