We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92eede commit fbe2255Copy full SHA for fbe2255
snake.html
@@ -28,6 +28,9 @@
28
<p>Keys: w, a, s, d.</p>
29
30
<script>
31
+ // Most of this code is inspired by this excellent FORTH tutorial.
32
+ // https://skilldrick.github.io/easyforth/
33
+
34
// Create the HTML elmements, these never change, only their CSS class changes.
35
let sectionEl = document.querySelector("section");
36
for (let i=0; i<24*24; i++) {
0 commit comments