master
bel 2023-03-25 00:06:32 -06:00
parent 95866f7df0
commit 6bbb297c59
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
todo: todo:
- change from 'a','b','c' from rust to just 11,21,31,41 so playerName is known implicitly - map keys triggered by user to player idx and their keys
- lag via UDP formatted inputs as space-delimited TS PID buttonIdx buttonIdx buttonIdx - lag via UDP formatted inputs as space-delimited TS PID buttonIdx buttonIdx buttonIdx
- input.MayhemParty as a logical wrapper from mod10 but then gotta translate back - input.MayhemParty as a logical wrapper from mod10 but then gotta translate back
to char for keyboard things somewhere; space delimited? to char for keyboard things somewhere; space delimited?
@ -42,3 +42,6 @@ done:
- todo: input.MayhemParty as a logical wrapper from %10 but then gotta translate back - todo: input.MayhemParty as a logical wrapper from %10 but then gotta translate back
to char for keyboard things somewhere; space delimited? to char for keyboard things somewhere; space delimited?
ts: Fri Mar 24 21:16:39 MDT 2023 ts: Fri Mar 24 21:16:39 MDT 2023
- todo: change from 'a','b','c' from rust to just 11,21,31,41 so playerName is known
implicitly
ts: Sat Mar 25 00:06:21 MDT 2023