Sudoku solver built with React and TypeScript that uses human-style logical techniques instead of brute force. Provides step-by-step explanations, candidate visualization, puzzle generator, practice mode, and multilingual support.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
^7.5.14^19.2.0^19.2.0^7.5.14^9.39.1^24.10.1^19.2.5^19.2.3^5.1.1^9.39.1^7.0.1^0.4.24^16.5.0^7.5.14~5.9.3^8.46.4^7.2.4^7.5.14128
commits
feat: implement keyboard navigation and input handling in Sudoku game
d6b96c6View on GitHubrefactor: translate comments in useSudokuBoard.ts to English for consistency and clarity
b9e88b3View on GitHubrefactor: translate comments in useSolver.ts to English for consistency and clarity
66363b2View on GitHubrefactor: translate comments in useHistory.ts to English for consistency and clarity
8f4b707View on GitHubrefactor: translate comment in useGenerator.ts to English for consistency
e963741View on GitHubrefactor: translate comments in index.ts to English for better clarity and consistency
0b5b503View on GitHubrefactor: update comments in difficultyAnalyzer.ts to English for improved clarity
b87c926View on GitHubfeat: enhance SudokuProvider to manage puzzle history and user input saving
866aa1aView on GitHubfeat: export Common module from components index for improved accessibility
8977fffView on GitHubfeat: integrate ConfirmModal into HistoryPanel for clear history confirmation
18a67e7View on GitHubfeat: add multilingual support for clear history confirmation title and message in HistoryPanel
857f925View on GitHubfeat: export ConfirmModal from Common index for easier access
cfc643eView on GitHubfeat: implement ConfirmModal component with accessibility features and keyboard navigation
9128bf6View on GitHub