pull
This commit is contained in:
Younes Bezza 2025-01-01 15:05:24 +01:00
commit ddf438485a
2 changed files with 2 additions and 1 deletions

View file

@ -35,7 +35,7 @@
</div>
<button id="debut_game" class="game_button" onclick="chrono()">GO!</button>
<!-- <button id="debut_game" class="game_button" onclick="chrono()">GO!</button>-->
<button id="fin_game" class="game_button" onclick="reset()">CIAO</button>
<div id="popup" class="popup">

View file

@ -164,6 +164,7 @@ function selectImage(idCase) {
if (first_click) {
creerGrille(hauteur,largeur,number_mines,x,y) ;
first_click = false ;
chrono() ;
}
if (grille[y][x] == 0) {