iuritorres/street-fighter-2-javascript — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a browser based Street Fighter 2 style retro fighting game using plain HTML, CSS, and JavaScript. I want it to feel like a simple playable remake, with two fighters on screen, keyboard controls, character movement, jumping, crouching, attacking, hit detection, health bars, sound effects, and a clear win state when one player loses all health.

Keep it as a vanilla JavaScript project, not a big framework app. Use clean object oriented code so the game logic is easy to follow and extend. Include sprite images and sounds if they’re available, and make the page launch directly from an index.html file.

Make it fun and nostalgic, with a retro arcade look, responsive enough to play in a desktop browser, and simple instructions on the page so someone can start playing right away. Look up current browser audio and keyboard handling docs online if you need to.

Want more depth? Deep Reverse