From 12ba6808763704365cafa66b17316227ea922361 Mon Sep 17 00:00:00 2001 From: "netlify[bot]" Date: Wed, 22 Jul 2026 17:17:00 +0000 Subject: [PATCH] Buttons not responding in uploaded game (6a60fa3e0206be093c22291c) --- app.js | 5 ++++- index.html | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 24beff2..2f629b0 100644 --- a/app.js +++ b/app.js @@ -72,4 +72,7 @@ function reiniciarJuego() { document.querySelector('#reiniciar').setAttribute('disabled','true'); } -condicionesIniciales(); \ No newline at end of file +condicionesIniciales(); + +document.getElementById('intentar').addEventListener('click', VerificarIntento); +document.getElementById('reiniciar').addEventListener('click', reiniciarJuego); \ No newline at end of file diff --git a/index.html b/index.html index 81a8593..b85782e 100644 --- a/index.html +++ b/index.html @@ -21,9 +21,9 @@

- +
- +