diff --git a/app.js b/app.js index 5b41548..9f5cb21 100644 --- a/app.js +++ b/app.js @@ -92,7 +92,7 @@ async function jeu(){ console.log(game.mise) input if(game.bac < 500) console.log("fin de partie") - if(!game.jouer <= 0) game.inGame = false + if(game.joueur > 0) game.inGame = false } function gain(tirage){ diff --git a/index.html b/index.html index e7e180a..c831067 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@

Banque : 1000

Vous :

-
+