Sacha Ligthert sacha
sacha opened issue golang/snake#8 2023-11-23 22:48:22 +01:00
Prevent pausing the game
sacha pushed to master at golang/snake 2023-11-23 22:47:14 +01:00
b1cbe95485 Cleaning up comments
sacha opened issue golang/snake#7 2023-11-23 22:44:07 +01:00
Print score at the end of the game.
sacha opened issue golang/snake#6 2023-11-23 22:40:47 +01:00
End game without a segfault and a stacktrace
sacha opened issue golang/snake#5 2023-11-23 22:40:07 +01:00
Use the single line characters in its trail
sacha commented on issue golang/snake#4 2023-11-23 22:37:37 +01:00
Have a snake trail

Its conform spec. Time to close and move on.

sacha closed issue golang/snake#4 2023-11-23 22:37:37 +01:00
Have a snake trail
sacha pushed to master at golang/snake 2023-11-23 22:36:47 +01:00
aea82ab765 #4 Gives the snake a tail.
sacha pushed to master at golang/snake 2023-11-23 19:17:42 +01:00
3902d2b0a9 Prevents the snake from disappearing when its eating an apple.
sacha opened issue golang/snake#4 2023-11-12 17:44:24 +01:00
Have a snake trail
sacha pushed to master at golang/snake 2023-11-12 17:03:38 +01:00
c459247529 This should be a red apple (???)
sacha pushed to master at golang/snake 2023-11-12 16:57:55 +01:00
b17918f052 Added scoring + apple mechanics
3fb13a165f Esthetics
e66f2a2672 More comments
c2134de4b7 Comments
Compare 4 commits »
sacha closed issue golang/snake#3 2023-11-12 16:57:08 +01:00
Have the snake eat the apple!
sacha commented on issue golang/snake#3 2023-11-12 16:56:55 +01:00
Have the snake eat the apple!

Done and done.

Lets see if we can print the score.

sacha opened issue golang/snake#3 2023-11-12 15:58:33 +01:00
Have the snake eat the apple!
sacha pushed to master at golang/snake 2023-11-12 15:21:18 +01:00
44724cbbb6 Clean up something that didn't work in the first place.
sacha commented on issue golang/snake#2 2023-11-12 15:01:22 +01:00
Add tank controls to the snake

It depends on how you hit the border:

  • Press key, auto-quits
  • slides into the wall, need to press q
sacha closed issue golang/snake#2 2023-11-12 15:01:22 +01:00
Add tank controls to the snake
sacha pushed to master at golang/snake 2023-11-12 14:51:10 +01:00
de33a25864 #2 Start at the center of the screen. Always goes right. Sorta dies when it hits the border, but only when you are pressing a key. If it runs automatically into the border the game freezes.
sacha opened issue golang/snake#2 2023-11-12 13:04:34 +01:00
Add tank controls to the snake