Primera version funcional

This commit is contained in:
2024-03-15 02:26:21 +01:00
parent 4057c4fa84
commit 1626353e07
6 changed files with 75 additions and 27 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@2.44.0/tabler-icons.min.css">
<link rel="stylesheet" href="style.css">
<title>Buscainas</title>
@@ -18,9 +19,10 @@
<div id="canvas_container">
<canvas id="tablero"></canvas>
</div>
<button id="startButton" onclick="iniciarPartida()">Start</button>
<button id="startButton" onclick="iniciarPartida()">Start</button>
<a id="repositorioGit" href="https://git.marklogo.duckdns.org/" target="_blank"> <i class="ti ti-brand-github"></i> Repositorio Git</a>
</div>
<textarea id="debug" cols="30" rows="10"></textarea>
<script src="game.js"></script>
</body>
</html>
</html>