pazusoba / pazuauto

Automate Puzzle & Dragons with the power of pazusoba
MIT License
2 stars 1 forks source link

pazuauto

This is the ultimate goal for pazusoba, solving the puzzle and performing the solution. scrcpy is used to mirror and control my Android devices. For iOS devices, Dell Mobile Connect can be used. Wormhole is another alternative and is quite good but it is paid.

For Android, there will be a standalone app to performance the automation on the device without a computer. Check out pazusoba-android.

Projects

Supported system

Scrcpy

It might be a good idea to reduce the bit rate and resolution so that it won't affect the performance of your device. The solver only needs to take a screenshot of it so it doesn't need to be too high resolution. The board is recognised by colour so it should work for all games.

$ scrcpy.cmd -b 1M -m 512

Supported games

Last three games are supported if you play them on your device with citra emulator not on the 3DS. Yes, I own all three games and am playing them again at the moment.

Setup

The automation project should only be used for education purpose. DO NOT use it for any other purposes nor am I liable for anything you do.

It is recommended to use virtualenv inside automation/ and run pip install -r requirements.txt to install everything.

You also need pazusoba binary and place it in automation/.

Extra

Special thanks to my OP Cody 大先輩 for helping me with opencv.