Zebra-style logic puzzle generator.
Stars
6
Forks
1
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
Updated readme & set publish settings for v1.1.0 featuring LogikGen's new UI.
26a4f63View on GitHubPresets will now reset the constraint targets. "VIew Results" button will set the Result window's state back to Normal.
05d6024View on GitHubIncluded a "Categories & Properties" section in the generation report.
040105bView on GitHubAdded a cancellation message. 8x8 puzzles on slow computers can take a long time to cancel.
e80cb48View on GitHubBadly chosen settings can make puzzle generation impossible. Will now print friendlier messages instead of a stack trace when this happens.
8914770View on GitHubExcept for some idiotproofing, the new UI is just about finished.
1bed60bView on GitHubThe original AnalysisReport now became ResolutionAnalysisReport. Created GenerationAnalysisReport and UnsolvableAnalysisReport to contain all relevant information regarding the generated puzzle. No more having to pass around a PuzzleGenerator as a hack in order to print solutions or explanations. Everything we want to print is in the report.
3b21b08View on GitHubStyling the main window. Results window still needs a lot of work.
e421358View on GitHubGeneration cancel button now works better. Unsolvable puzzle search now works.
2dce190View on GitHubNew UI kinda works. It runs the generator and prints results. A lot still needs to be cleaned up.
0854b90View on GitHubCreated a mockup of the new Generation tab. Tweaked the strategy classifications.
3fe1226View on GitHub