protocol should be pkg

This commit is contained in:
bel
2023-03-24 20:05:55 -06:00
parent ea7f2d8932
commit 9990273b19
4 changed files with 39 additions and 6 deletions

View File

@@ -1,11 +1,9 @@
todo:
- input."Button" to interface or strings
- input.UDP as a raw provider
- input.MayhemParty as a logical wrapper
- lag via UDP formatted inputs as space-delimited TS PID buttonIdx buttonIdx buttonIdx
- change from 'a','b','c' from rust to just 11,21,31,41 so playerName is known implicitly
from %10 but then gotta translate back to char for keyboard things somewhere; space
delimited?
- lag via UDP formatted inputs as space-delimited TS PID buttonIdx buttonIdx buttonIdx
- input."Button" to interface or strings
- input.MayhemParty as a logical wrapper from %10 but then gotta translate back to
char for keyboard things somewhere; space delimited?
- todo: rusty configs have "name" for each client
details: |
'if name == server_broadcasted_name { debug_print_in_gui(server_broadcasted_message) }'
@@ -32,3 +30,11 @@ done:
ts: Fri Mar 24 17:00:55 MDT 2023
- todo: '"Button" to interface or strings'
ts: Fri Mar 24 17:01:01 MDT 2023
- todo: input.UDP as a raw provider
ts: Fri Mar 24 19:58:59 MDT 2023
- todo: input.MayhemParty as a logical wrapper
ts: Fri Mar 24 19:58:59 MDT 2023
- todo: change from 'a','b','c' from rust to just 11,21,31,41 so playerName is known
implicitly from %10 but then gotta translate back to char for keyboard things
somewhere; space delimited?
ts: Fri Mar 24 19:58:59 MDT 2023