H
H
HSGOD2020-12-02 17:50:01
C++ / C#
HSGOD, 2020-12-02 17:50:01

Is it possible to make a bot for a browser game?

There is a browser game (like a chess field) there is a side view.
The task is to make a bot in c# so that it recognizes enemies and automatically attacks them.
The method invented by me - from below under the battlefield we have a ruler with our and enemy moves.
When hovering over an enemy turn, creatures from that cell are highlighted in yellow.
Is it possible to make the bot single out this color (creatures are circled right on the field) and before each new OUR move, look for a new location of all enemy creatures?
5fc7c5ba99c98514721335.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2020-12-02
@saboteur_kiev

everything is possible.
But for a browser game, maybe it's easier to parse html-dom?

H
HemulGM, 2020-12-04
@HemulGM

It's easier to deal with requests (if the exchange is via http) or listen to a web socket. Read and send data. Imitate moves, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question