har we go

master
bel 2023-03-24 18:35:16 -06:00
parent 3c19f984a9
commit 126f5ab60a
1 changed files with 28 additions and 1 deletions

View File

@ -1,7 +1,34 @@
todo: []
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?
- todo: rusty configs have "name" for each client
details: |
'if name == server_broadcasted_name { debug_print_in_gui(server_broadcasted_message) }'
- todo: rotation triggers
subtasks:
- minigame end
- random word from cur wikipedia page
- each person has their own hotword
- only spectators have hotwords and must get a player to speak it
- tribunal to vote who said it
- we have 7 players oooooof
scheduled: []
done:
- todo: sticky keyboard input mode for enable/disable explicitly
ts: Thu Mar 23 20:55:52 MDT 2023
- todo: case-sensitive
ts: Fri Mar 24 13:39:26 MDT 2023
- todo: rusty configs have "name" for each client so "if name == server_broadcasted_name
{ debug_print_in_gui(server_broadcasted_message) }
ts: Fri Mar 24 16:40:09 MDT 2023
- todo: change from 'a','b','c' from rust to just 10,11,12 so playerName is known
implicitly but then gotta translate back to char for keyboard things somewhere;
space delimited?
ts: Fri Mar 24 17:00:55 MDT 2023
- todo: '"Button" to interface or strings'
ts: Fri Mar 24 17:01:01 MDT 2023