Go to file
Bel LaPointe c298bb0dfd todo 2023-03-24 12:57:31 -06:00
src input.New refactor and test 2023-03-24 12:05:50 -06:00
testdata whoops nums bitwised 2023-03-23 16:14:25 -06:00
README.md todo 2023-03-24 12:57:31 -06:00
go.mod simplify input package but also build secretly new config file option 2023-03-02 09:45:56 -07:00
go.sum simplify input package but also build secretly new config file option 2023-03-02 09:45:56 -07:00
main.go $OUTPUT_KEYBOARD=true 2023-03-02 09:54:38 -07:00
todo.yaml todo 2023-03-24 12:57:31 -06:00

README.md

mayhem-party

Think Dug's Twitch Chat Plays

DONE

  • input
    • random from weighted file
    • buffered
    • remapped from file
  • output
    • to keyboard
    • to stderr

Hosting a Mayhem Party

Requirements

  1. rusty-pipe
  2. mayhem-party
  3. stt

Clients

Distribute rusty-pipe

Each client needs 1 executable and 1 env file with a unique set of buttons

INPUT_NAME=gui
OUTPUT_UDP_HOST=ip
OUTPUT_UDP_PORT=port
INPUT_GUI_BUTTON_A=X
INPUT_GUI_BUTTON_B=X
INPUT_GUI_BUTTON_DOWN=X
INPUT_GUI_BUTTON_L=X
INPUT_GUI_BUTTON_LEFT=X
INPUT_GUI_BUTTON_R=X
INPUT_GUI_BUTTON_RIGHT=X
INPUT_GUI_BUTTON_UP=X
INPUT_GUI_BUTTON_X=X
INPUT_GUI_BUTTON_Y=X

Server

rusty-pipe

INPUT_NAME=udp
INPUT_UDP_PORT=port_i

mayhem-party