snake framework #24

Merged
Patrick_Pluto merged 7 commits from sageTheDm/pages:main into main 2025-01-07 13:27:07 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 916487f82d - Show all commits

View file

@ -20,7 +20,7 @@
<p>▲ or W or arrow up = move up</p>
<p>▼ or S or arrow down = move down</p>
</div>
<canvas id="grid"></canvas>
<canvas id="game"></canvas>
</article>
</div>

View file

@ -193,6 +193,7 @@ h1 {
canvas {
display: none;
z-index: 1000;
}
#grid {