📖 Dev Log1 min read
Building a Grappler: State Machine Deep Dive
#tutorial#state-machine#grappler
Anatomy of a Command Grab\n\nIn this devlog, we walk through how to build a command grab using Tarunk state machine system.\n\n### The Core Loop\nA command grab consists of three states:\n1. Startup - The character winds up\n2. Active - Hitbox is live\n3. Recovery - Whiff recovery\n\nThe key is p2getp1state = 1 which forces the opponent into the grabbed state.
Share this post
Comments
Sign in to leave a comment.
