pull
Este commit está contenido en:
Younes Bezza 2025-01-01 15:05:24 +01:00
commit ddf438485a
Se han modificado 2 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -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">

Ver fichero

@ -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) {