Sacha Ligthert sacha
sacha pushed tag v20231124 to golang/snake 2023-11-24 22:53:29 +01:00
sacha pushed to master at golang/snake 2023-11-24 22:48:28 +01:00
0732e7f809 Add build script
sacha commented on issue golang/snake#7 2023-11-24 22:19:26 +01:00
Print score at the end of the game.

Screenshot_2023-11-24_22-17-40.png

Thats more like it! =)

sacha closed issue golang/snake#7 2023-11-24 22:19:26 +01:00
Print score at the end of the game.
sacha pushed to master at golang/snake 2023-11-24 22:17:22 +01:00
763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over.
sacha commented on issue golang/snake#5 2023-11-24 21:42:01 +01:00
Use the single line characters in its trail

Screenshot_2023-11-24_21-41-30.png

Its great. :-)

sacha closed issue golang/snake#5 2023-11-24 21:42:01 +01:00
Use the single line characters in its trail
sacha pushed to master at golang/snake 2023-11-24 21:38:50 +01:00
53e6bfdf4d #5 Print single line tail
44f2c5a41d Disable useless debug coords.
Compare 2 commits »
sacha pushed to master at golang/snake 2023-11-23 23:59:56 +01:00
c5827793ef Moving a constant between files.
sacha commented on issue golang/snake#8 2023-11-23 23:46:13 +01:00
Prevent pausing the game

Works! 🥳

sacha closed issue golang/snake#8 2023-11-23 23:46:13 +01:00
Prevent pausing the game
sacha pushed to master at golang/snake 2023-11-23 23:45:58 +01:00
1a9d75574b #8 Added a function to validate if something is a valid move.
sacha closed issue golang/snake#12 2023-11-23 23:29:00 +01:00
Look into godoc things
sacha pushed to master at golang/snake 2023-11-23 23:28:47 +01:00
65ccadb6d8 #12 It sucks, doesn't work.
sacha opened issue golang/snake#12 2023-11-23 23:14:50 +01:00
Look into godoc things
sacha opened issue golang/snake#11 2023-11-23 23:05:01 +01:00
Do proper string to rune conversions
sacha opened issue golang/snake#10 2023-11-23 22:57:16 +01:00
Do more with Interfaces
sacha pushed to master at golang/snake 2023-11-23 22:55:57 +01:00
47d5a6fb43 Quick clean-up of the render. =)
sacha opened issue golang/snake#9 2023-11-23 22:54:35 +01:00
Figure out on how Unicode variants can work.
sacha pushed to master at golang/snake 2023-11-23 22:50:04 +01:00
2009252bb8 Updated the go.mod/.sum...