Don't Go!

GoAutomationRobotGo

This is a bot that plays White Tile. It is written in Go and uses go-vgo/robotgo/

##

Usage

Run and provide x, y, w, h of the game window:

x and y should be of the top left corner of the red border as shown below:

Use a tool like ShareX to get the coordinates easily

$ go run main.go 630 230 640 640
  • F9 to Quit
  • F10 to Toggle On/Off

The source code for this can be found on GitHub.