Buttons not responding in uploaded game (6a60fa3e0206be093c22291c)

This commit is contained in:
netlify[bot]
2026-07-22 17:17:00 +00:00
parent 1848ff37d3
commit 12ba680876
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -72,4 +72,7 @@ function reiniciarJuego() {
document.querySelector('#reiniciar').setAttribute('disabled','true');
}
condicionesIniciales();
condicionesIniciales();
document.getElementById('intentar').addEventListener('click', VerificarIntento);
document.getElementById('reiniciar').addEventListener('click', reiniciarJuego);