Now let's tackle the snake, and we'll remove the test creation and drawing of the apple in the createGame() method.
Create a Snake class. The snake will consist of several cells, i.e. several GameObjects. What's more,
the number of cells can vary: the snake grows
longer when it eats apples. We'll
Snake (Part 5/20)
- 3
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Tanja
1 June 2022, 17:52
Vorher soll man dies bitte wissen! Bitte in der Aufgabenstellen hinzufügen, dass in der Klasse Snake.java eingefügt werden muss:
+2