Examples ======== Here are some examples of bots using *guirecognizer*. The code for each example is available at `https://github.com/fab5code/guirecognizer/tree/main/examples `_. The processus to retrieve information from the screen using *guirecognizerapp* and *guirecognizer* is described. The algorithms to build the rest of the bot are not explained. - :doc:`example/otteretto`: A game about palindromes on a grid. - :doc:`example/sushiGoRound`: A fast-paced management game about serving sushis. - :doc:`example/cookieClicker`: A popular idle game about producing as many cookies as possible. .. toctree:: :maxdepth: 1 :hidden: example/otteretto example/sushiGoRound example/cookieClicker