https://github.com/netomi/sudoku-trainer
A sudoku solver / trainer.
https://github.com/netomi/sudoku-trainer
jfoenix sudoku-game sudoku-solution-finder sudoku-solver tornadofx
Last synced: about 1 month ago
JSON representation
A sudoku solver / trainer.
- Host: GitHub
- URL: https://github.com/netomi/sudoku-trainer
- Owner: netomi
- License: gpl-2.0
- Created: 2020-02-11T12:44:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T19:33:24.000Z (over 4 years ago)
- Last Synced: 2025-01-28T23:24:47.215Z (3 months ago)
- Topics: jfoenix, sudoku-game, sudoku-solution-finder, sudoku-solver, tornadofx
- Language: Kotlin
- Homepage:
- Size: 2.61 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
A Sudoku trainer / solver / generator.
======================================This repository contains a full-blown sudoku trainer / solver / generator
which allows training of various techniques to solve sudoku puzzles.## Features
* different types of sudoku puzzles (classic 9x9, 6x6, 4x4, jigsaw)
* various logical solving techniques
- singles (full house, naked & hidden singles)
- locked pairs / triples
- intersections (pointing / claiming)
- hidden pairs / triples / quadruples
- naked pairs / triples / quadruples
- basic fish (x-wing, swordfish, jellyfish)
- single digit patterns (skyscraper, 2 string kite)
- uniqueness tests (unique rectangle 1/2/4)
- wings (xy-wing, xyz-wing, w-wing)
- chains (remote pair, x-chain, xy-chain)
* all possible solution steps
* brute force solver
* rating mechanism
* puzzle generator
* visual explanation of each solution step
* much more ...
## Getting StartedThe app requires a working Java 11 installation on your computer.
To run the app, simply type:
```
./gradlew run
```## Screenshots

Copyright (c) 2020 Thomas Neidhart