Skip to content

Show HN: Adding playable bots to a multiplayer game with OpenClaw

hovertag.io
1 pointpetersonh1 comment
On HN

I’m building a small multiplayer web game and just added AI bots using OpenClaw.

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.

Comments

Quick context on the bots.

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.