hrt/BrawlBot — reverse-engineered prompt

Reverse engineered prompt

I want a simple working bot for Brawlhalla that can play as Queen Nai and handle the basic gameplay on its own. Start from this repo and get it into a usable state, keeping the original idea of reading the game state and sending controller or keyboard inputs so it can actually play matches.

Please make it easy for me to tweak the bot to match my in game control settings, since the README says the input mapping needs to be adjusted. Also make the memory values it depends on easy to find and update, because those offsets may have changed. If the code was originally written for Python 2, either keep it working that way or carefully update it so it runs cleanly now without breaking the behavior.

I do not need a polished product, I just want something practical that I can run and test. Add clear setup and run instructions, and a short note on what I need to edit before launching. Look up current docs online if you need to.

Want more depth? Deep Reverse