This is a proggy to try to solve Silver card number 231 "Cast Adrift 2"
of the game PerplexCity.

This solver generates paths for the boat C and then adds other boats.

You can only change the settings by changing variables in the source code.

Most notably: 

- rotation (for boat directions rotations) 
- rotation_blocks (for rotating each piece/block individually)


It should run under MS Visual C++ 6 (or higher).

If you want to do more fundamental changes you need to have (quite) some
knowledge about programming in C++. The solver is based on recursion
so (without an understanding of its exact workings) a slight change/error
can have very unexpected results.

Greetz,

arnezami

PS. The solver needs an (empty) directory "quads" to store its results.
PPS. The card "Cast Adrift 2" is discussed at:

http://forums.unfiction.com/forums/viewtopic.php?t=14553

