Skip to content

Instantly share code, notes, and snippets.

@ckarnell
Last active March 1, 2019 16:57
Show Gist options
  • Save ckarnell/38d7db3ef9a71da521bfd9fb73ca547e to your computer and use it in GitHub Desktop.
Save ckarnell/38d7db3ef9a71da521bfd9fb73ca547e to your computer and use it in GitHub Desktop.
Commands are written in quotes below. u=up, r=right, d=down, and l=left.
Quick start:
Switch characters (defaults to P1): "p1" or "p2"
Move in a direction: "u" / "r" / "d" / "l"
Weak attack (A button): "a"
Medium attacks (directional): "tu", "tr", "td", "tl"
Strong attacks (C-stick directions): "cu" / "cr" / "cd" / "cl"
Jump: "j"
Special moves (directional): "bu" / "br" / "bd" / "bl"
Grab: "z"
Sheild: "s"
Taunt: "taunt"
Secret inputs: <too secret to reveal>
The _actually_ full list of mappings is here, as the first element of each tuple in KEY_MAPPINGS_TUPLE at the top of the file:
https://github.com/ckarnell/twitchplaysmelee/blob/master/chat_server.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment