Skip to content

Commit fbe2255

Browse files
authored
Update snake.html
1 parent b92eede commit fbe2255

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snake.html

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<p>Keys: w, a, s, d.</p>
2929

3030
<script>
31+
// Most of this code is inspired by this excellent FORTH tutorial.
32+
// https://skilldrick.github.io/easyforth/
33+
3134
// Create the HTML elmements, these never change, only their CSS class changes.
3235
let sectionEl = document.querySelector("section");
3336
for (let i=0; i<24*24; i++) {

0 commit comments

Comments
 (0)