Name | Modified | Size | Downloads / Week |
---|---|---|---|
Source Code | 2012-11-15 | ||
readme.txt | 2012-11-15 | 607 Bytes | |
BlockPuzzleSolution.exe | 2012-11-15 | 28.7 kB | |
Totals: 3 Items | 29.3 kB | 1 |
1. A new version is released on 15 Nov 2012. It supports rotation of blocks. Without rotation, the original brute-force algorithm is acceptable. But with rotation, it takes days to sovle a medium size puzzle problem. It is not practically usuable. The new algorithm takes only a few seconds to solve the same problem. 2. You need .Net framework 3.5 and above to run the application 3. The application also needs 'LaMarvin.Windows.Forms.ColorPicker.dll'. If you don't have it, you can get it from 'bin' folder of the source code. Just copy it to the same folder where you save the application exe file.