Tag
Fighting Game
2 posts on Sorceress about fighting game.
Brace How to Make a 2D Fighting Game (One Screen)
How to make a 2d fighting game on a jam clock: one screen, one hero, two attacks. Plan the loop in WizardGenie, ship walk and attack frames in Quick Sprites, then time the impact hits in SFX Gen so a punch reads before it lands.
How to Make a 2D Fighting Game With AI in Your Browser
How to make a 2D fighting game with AI in your browser using WizardGenie + Quick Sprites + Phaser 4. AI writes the state machine; AI generates the frame strips. Verified May 18, 2026 against Phaser 4.1.0 and src/app/quick-sprites/page.tsx.