From d3efb077f876f153e49eafb6b7982b225505e85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= Date: Tue, 2 Sep 2025 15:43:59 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Correcci=C3=B3n=20de=20erratas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- serpiente/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serpiente/script.js b/serpiente/script.js index fed2014..68c84d3 100644 --- a/serpiente/script.js +++ b/serpiente/script.js @@ -106,7 +106,7 @@ function changeDirection(e) { function endGame() { clearInterval(gameInterval); gameOver = true; - gameOverDiv.textContent = "¡Fin del juego! Puntaje final: " + score; + gameOverDiv.textContent = "¡Fin del juego! Puntuación final: " + score; } window.addEventListener('keydown', changeDirection); From 8d2e59e49832c504e14d6f119c9ec93df8cf30c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= Date: Tue, 2 Sep 2025 15:44:25 +0200 Subject: [PATCH 2/3] =?UTF-8?q?Correcci=C3=B3n=20de=20erratas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- serpiente/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serpiente/index.html b/serpiente/index.html index e9bba17..7175017 100644 --- a/serpiente/index.html +++ b/serpiente/index.html @@ -11,7 +11,7 @@
-
Puntaje: 0
+
Puntuación: 0
From d95c8689d1b4d9a9044191105f3e9857b1809f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= Date: Tue, 2 Sep 2025 15:46:03 +0200 Subject: [PATCH 3/3] =?UTF-8?q?Correcci=C3=B3n=20de=20ruta.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e0711e4..200021d 100644 --- a/index.html +++ b/index.html @@ -237,7 +237,7 @@
🔢
Adivina el Número
Resuelve el número que ha pensado la máquina en menos de 7 intentos.
- Jugar + Jugar