Sacha Ligthert sacha
sacha commented on issue golang/snake#1 2023-11-12 12:57:42 +01:00
Add a game director

This is working as intended. Now to add tank-controls.

sacha closed issue golang/snake#1 2023-11-12 12:57:42 +01:00
Add a game director
sacha pushed to master at golang/snake 2023-11-12 12:55:11 +01:00
1f58fa5dbd For #1 split the gameplay loop up from the key processor. Non-blocking channels proof of concept.
sacha commented on issue golang/snake#1 2023-11-07 22:04:44 +01:00
Add a game director

I have added a game director, and it doesn't work. tcell doesn't seem to have a time event I can listen to next to key presses and resizes, so I will need to split this up. There is this…

sacha pushed to master at golang/snake 2023-11-07 21:47:34 +01:00
9c1a9fc83d Splitting up functions, introducing the game director
sacha opened issue golang/snake#1 2023-11-06 23:58:50 +01:00
Add a game director
sacha pushed to master at golang/snake 2023-11-06 23:44:21 +01:00
b2928ec073 Start with adding a render block, should expand on this.
8e10c82b67 Rename files for later
f2c3cfd891 Use more annoying names
Compare 3 commits »
sacha pushed to master at golang/snake 2023-11-05 23:51:40 +01:00
78d73a7920 Trying that godoc format
sacha pushed to master at golang/snake 2023-11-05 23:49:29 +01:00
fc18d74e1f Handle food (functions to select an emoji from a string).
sacha pushed to master at golang/snake 2023-11-05 23:29:04 +01:00
650d06167d Simple design document to give myself direction.
sacha pushed to master at golang/snake 2023-11-05 23:11:14 +01:00
a2077ff2a8 Go things
sacha pushed to master at golang/snake 2023-11-05 23:09:35 +01:00
682219efe7 Playing around a bit and getting the hang of tcell.
sacha created branch master in golang/snake 2023-11-02 14:20:36 +01:00
sacha pushed to master at golang/snake 2023-11-02 14:20:36 +01:00
40c16d3ea0 Initial commit
sacha created repository golang/snake 2023-11-02 11:21:30 +01:00
sacha pushed tag 20230227 to sacha/timepercentage 2023-02-27 22:26:51 +01:00
sacha released Minor changes at sacha/timepercentage 2023-02-27 22:26:51 +01:00
sacha pushed to trunk at sacha/timepercentage 2023-02-27 22:25:36 +01:00
2a3225c169 Linux doesn't uses .exe-files
sacha pushed to trunk at sacha/timepercentage 2023-02-27 22:21:33 +01:00
70fe89228d Make test of all the fixed value functions
sacha pushed to trunk at sacha/timepercentage 2023-02-27 22:02:32 +01:00
1cd285635f Actually log errors.