We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308f5ff commit 9b87d90Copy full SHA for 9b87d90
sites/en/javascript-snake-game/lesson-13.step
@@ -39,6 +39,8 @@ markdown <<-MARKDOWN
39
```
40
41
Notice, we've abstracted out the `ate` function by resuing it. It can now determine if the snake ate itself, an apple or the wall.
42
+
43
+ If your snake no longer moves after this step, make sure that you assigned `snake = newSnake` in the `advanceGame` function.
44
MARKDOWN
45
46
js_expected_results 'lesson-13'
0 commit comments