4 projects tagged "Mac OS X"
Diagnil is a GUI application to help solvers of diagramless crossword puzzles. It accommodates puzzles distributed electronically using several file formats (puz, jpz, xpf, and ipuz) as well as those distributed in print form. Although software for conventional crosswords has existed for years, the diagramless variant has received little attention. Diagnil attempts to fill that void. It lets you solve puzzles by entering words, placing them on a grid, and moving them around the screen until the final shape is achieved.
Sudokut is a command line solver for Sudoku puzzles. When supplied with a Sudoku string or file, it returns all possible solutions. It takes approximately half a second to solve a medium force Sudoku by using an efficient algorithm that is guaranteed to find all the solutions. It accepts many options that implement various features (validity check, diff, suggestions, and probing).