Hybrid Manual/Auto Play Feature for Mines, Tower, and Similar Games

I know the Condition Builder is still in development, so not sure what will be possible yet, but this could maybe fit there eventually.

Suggestion is a hybrid manual/auto feature for games like Mines, Tower, etc.

Right now it’s either fully manual (takes forever) or fully auto (no control when a good run happens). There’s no way to automate the early part and still decide manually at important points.

Example (Mines, 9 mines, chasing 16 diamonds):

  • set target pattern (16 diamonds)

  • set threshold (example: 12 diamonds)

  • bot clicks automatically until threshold

  • bot pauses and asks: continue or cashout

  • repeat

This would automate the repetitive part but still allow manual decisions when it matters.

For example, while chasing max win (2,022,545x), if I hit something like 17 diamonds (6,261x), I can decide to secure profit instead of continuing auto.

Would make long pattern chasing much more practical.

Thanks!

There is a way: code mode :wink:

1 Like

It’s not possible right now because those games (Keno, Mines, Tower) don’t have an engine.onGameRound function. Without it, there’s no way to make decisions during the roll before the bet resolves, like you can in HiLo (skip, cashout, etc).

But adding it would impact bet speed, just like in HiLo and blackjack, since there’d be more decisions to make per roll before each bet resolves.

I guess I didn’t grasp the request properly then, thanks for the correction mate

1 Like