Have the snake eat the apple! #3

Closed
opened 2023-11-12 15:58:33 +01:00 by sacha · 1 comment
Owner

Now the snake has tank controls and moves on itself, it is time to dump apples and keep track of the score.

  • Create an apple on a place where the snake isn't
  • Have the snake eat the apple
  • When the snake eats the apple: up the score
  • When the snake eats the apple: up the score counter
Now the snake has tank controls and moves on itself, it is time to dump apples and keep track of the score. - [x] Create an apple on a place where the snake isn't - [x] Have the snake eat the apple - [x] When the snake eats the apple: up the score - [x] When the snake eats the apple: up the score counter
Author
Owner

Done and done.

Lets see if we can print the score.

Done and done. Lets see if we can print the score.
sacha closed this issue 2023-11-12 16:57:08 +01:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: golang/snake#3
No description provided.