Snake (Part 5/20)

  • 3
  • Locked
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
You can't complete this task, because you're not signed in.
Comments (1)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Tanja
Level 3 , Germany
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:
import java.util.ArrayList;
import java.util.List;