I'm Electron developer. If Appium is suitable for my business?

I’m developing an application on Windows OS and connecting to Bluestacks emulator (Android simulator). The target is I want to play the game automatically. Currently I am using adb to do some operations like tap, swipe. But it seems it does not support to some complex operations like zoom.

Does Appium fit my business? Is it easy to integrate with Electron and where do I start?

If you read the Electron documentation, they recommend webdriverio, which is a variant of Appium. I think the best place for you to start is with Electron documentation: