After a few failed attempts with standard LLM-based bots that never felt playable, this is the first version that actually competes in-game instead of behaving like a script.
I’d love to see where they hold up - or fall apart.
Game link: https://hovertag.io/ Feedback welcome.
petersonh•1h ago
I tried standard LLM-based approaches first, but iteration was slow and the bots never felt consistent or aware of real-time game state.
OpenClaw sped up the feedback loop a lot and handled game context much better by operating over structured actions instead of free-form text. The result is bots that actually play the game using the same mechanics as humans.
They’re still imperfect, but good enough to make the game feel alive. Happy to answer questions.