You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quackle 0.96 - a crossword game playing and analysis tool
See LICENSE in this directory.
In this directory is libquackle. Install SCons and run 'scons r=1' to build it with optimizations or 'scons d=1' to build with debug symbols. Then cd to quackle/quackleio/, run qmake, and then run make.
In quacker/ is a GUI that uses libquackle. It requires Qt 4. Run qmake then make in that directory to build it. Then, from within quackle/quacker/, run ./quacker to start the program.