Relative Content

Tag Archive for python2d

Bot in 2D games

I want to create a bot in a 2D game where you merge cats at the same level. My goal is to create a window and if there are 2 identical numbers in that window, I will left-click on one and drag it over the other. How can I achieve this using which libraries?