Skip to content

byronxu99/PADsolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PADsolver

A solver for the "puzzle" part of the mobile game Puzzle & Dragons (PAD). Made with Qt 5 and C++.

GUI application

The GUI portion of the solver can be compiled with the standard Qt 5 build process.

Screenshot

Here is the program in action. A random board is generated and displayed. The solution found is overlaid on the board. Click "New Board" to generate a new board. The Showing/Hiding Path button toggles the visibility of the solution.

Click and drag an orb to move it. As you move the orb, combos that are formed are highlighted, including "cascade" combos that occur as a result of other combos being cleared out. Click "Reset" to return to the original board.

Command line solver

The command line solver is compiled with CMake (cmake && make). To use, run

./padsolver ORBCODE

where ORBCODE is a 30-character string consisting of R, G, B, L, D, H, J, P, representing the respective orb types in the game. Running the program without an orbcode generates and solves a random orb configuration.

Additional Resources

Dawnglare PAD Simulator is great for practicing the puzzle and generating orbcodes for the command-line solver.

About

Puzzle & Dragons (PAD) puzzle solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published