update snake

This commit is contained in:
2026-08-04 23:41:38 +02:00
parent b0230ce887
commit 75ecf670f8
3 changed files with 36 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="snake.css" />
</head>
<body>
<h1>Game</h1>
<div id="status-line"></div>
<div class="canvas-wrapper">
<canvas id="game-canvas"></canvas>
</div>