Skip to content

Commit 012a46d

Browse files
1. correjimos que elos juegos no iniciaban
2. hicimos version desktop 3. unificamos estilos gráficos
1 parent 096c992 commit 012a46d

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Juego para Vacilar
1+
# Juegos para Vacilar
22

33
Una app web móvil que reúne varios juegos sociales para compartir un solo teléfono. La portada, navegación y experiencia de acceso viven en este repositorio; cada juego mantiene su desarrollo independiente.
44

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="theme-color" content="#0d0921">
77
<meta name="apple-mobile-web-app-capable" content="yes">
88
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
9-
<meta name="description" content="Juego para Vacilar: tres juegos sociales para compartir un solo teléfono.">
10-
<title>Juego para Vacilar</title>
9+
<meta name="description" content="Juegos para Vacilar: tres juegos sociales para compartir un solo teléfono.">
10+
<title>Juegos para Vacilar</title>
1111
<link rel="manifest" href="manifest.json">
1212
<link rel="icon" href="assets/icons/icon.svg" type="image/svg+xml">
1313
<link rel="stylesheet" href="css/styles.css">

js/play.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
title.textContent = game.name;
2424
frame.title = game.name;
2525
frame.style.background = game.theme;
26-
document.title = `${game.name} · Juego para Vacilar`;
26+
document.title = `${game.name} · Juegos para Vacilar`;
2727
document.querySelector('meta[name="theme-color"]').content = game.theme;
2828

2929
frame.addEventListener("load", () => {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Juego para Vacilar",
2+
"name": "Juegos para Vacilar",
33
"short_name": "Vacilar",
44
"description": "Tres juegos sociales para compartir un solo teléfono.",
55
"lang": "es",

play.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="theme-color" content="#0d0921">
77
<meta name="apple-mobile-web-app-capable" content="yes">
88
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
9-
<title>Jugando · Juego para Vacilar</title>
9+
<title>Jugando · Juegos para Vacilar</title>
1010
<link rel="icon" href="assets/icons/icon.svg" type="image/svg+xml">
1111
<link rel="stylesheet" href="css/play.css">
1212
</head>
@@ -16,7 +16,7 @@
1616
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M12 3.15 3.5 10v10.1h6v-6h5v6h6V10L12 3.15Zm6.5 14.95h-2v-6h-9v6h-2v-7.14L12 5.72l6.5 5.24v7.14Z"/></svg>
1717
</a>
1818
<div class="game-title">
19-
<small>Juego para Vacilar</small>
19+
<small>Juegos para Vacilar</small>
2020
<strong id="game-name">Cargando…</strong>
2121
</div>
2222
<span class="live-dot" aria-hidden="true"></span>

0 commit comments

Comments
 (0)