-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package change, introduce Axion for better versioning
- Loading branch information
1 parent
fa2805a
commit c1f1a9b
Showing
105 changed files
with
360 additions
and
358 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
app/src/main/kotlin/com/github/ilikeyourhat/kudoku/rating/SudokuRater.kt
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
app/src/main/kotlin/com/github/ilikeyourhat/kudoku/solving/SudokuSolutionChecker.kt
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
app/src/main/kotlin/com/github/ilikeyourhat/kudoku/solving/SudokuSolver.kt
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
.../main/kotlin/com/github/ilikeyourhat/kudoku/solving/deduction/solver/DeductionSolverV1.kt
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
.../main/kotlin/com/github/ilikeyourhat/kudoku/solving/deduction/solver/DeductionSolverV2.kt
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
.../main/kotlin/com/github/ilikeyourhat/kudoku/solving/deduction/solver/DeductionSolverV3.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
.../com/github/ilikeyourhat/kudoku/Kudoku.kt → ...n/io/github/ilikeyourhat/kudoku/Kudoku.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...enerating/ClassicFilledSudokuGenerator.kt → ...enerating/ClassicFilledSudokuGenerator.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...udoku/generating/FilledSudokuGenerator.kt → ...udoku/generating/FilledSudokuGenerator.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
...rhat/kudoku/generating/SudokuGenerator.kt → ...rhat/kudoku/generating/SudokuGenerator.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...at/kudoku/generating/SudokuHolePuncher.kt → ...at/kudoku/generating/SudokuHolePuncher.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...urhat/kudoku/generating/SudokuShuffler.kt → ...urhat/kudoku/generating/SudokuShuffler.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...github/ilikeyourhat/kudoku/model/Board.kt → ...github/ilikeyourhat/kudoku/model/Board.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ilikeyourhat/kudoku/model/BoardCreator.kt → ...ilikeyourhat/kudoku/model/BoardCreator.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.github.ilikeyourhat.kudoku.model | ||
package io.github.ilikeyourhat.kudoku.model | ||
|
||
object BoardCreator { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...github/ilikeyourhat/kudoku/model/Field.kt → ...github/ilikeyourhat/kudoku/model/Field.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...github/ilikeyourhat/kudoku/model/Point.kt → ...github/ilikeyourhat/kudoku/model/Point.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ithub/ilikeyourhat/kudoku/model/Region.kt → ...ithub/ilikeyourhat/kudoku/model/Region.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ithub/ilikeyourhat/kudoku/model/Sudoku.kt → ...ithub/ilikeyourhat/kudoku/model/Sudoku.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...b/ilikeyourhat/kudoku/model/SudokuType.kt → ...b/ilikeyourhat/kudoku/model/SudokuType.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...at/kudoku/model/dividers/RegionDivider.kt → ...at/kudoku/model/dividers/RegionDivider.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...urhat/kudoku/model/hint/SudokuHintGrid.kt → ...urhat/kudoku/model/hint/SudokuHintGrid.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...yourhat/kudoku/model/matrix/ListMatrix.kt → ...yourhat/kudoku/model/matrix/ListMatrix.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...likeyourhat/kudoku/model/matrix/Matrix.kt → ...likeyourhat/kudoku/model/matrix/Matrix.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rhat/kudoku/model/matrix/MutableMatrix.kt → ...rhat/kudoku/model/matrix/MutableMatrix.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ku/parsing/text/SudokuTextFormatParser.kt → ...ku/parsing/text/SudokuTextFormatParser.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
...rhat/kudoku/rating/DeductionBasedRater.kt → ...rhat/kudoku/rating/DeductionBasedRater.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../ilikeyourhat/kudoku/rating/Difficulty.kt → .../ilikeyourhat/kudoku/rating/Difficulty.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
kudoku/src/main/kotlin/io/github/ilikeyourhat/kudoku/rating/SudokuRater.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package io.github.ilikeyourhat.kudoku.rating | ||
|
||
import io.github.ilikeyourhat.kudoku.model.Sudoku | ||
|
||
interface SudokuRater { | ||
fun rate(sudoku: Sudoku): Difficulty | ||
} |
2 changes: 1 addition & 1 deletion
2
...keyourhat/kudoku/solving/SolutionCount.kt → ...keyourhat/kudoku/solving/SolutionCount.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
kudoku/src/main/kotlin/io/github/ilikeyourhat/kudoku/solving/SudokuSolutionChecker.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package io.github.ilikeyourhat.kudoku.solving | ||
|
||
import io.github.ilikeyourhat.kudoku.model.Sudoku | ||
|
||
interface SudokuSolutionChecker { | ||
fun checkSolutions(sudoku: Sudoku): SolutionCount | ||
} |
7 changes: 7 additions & 0 deletions
7
kudoku/src/main/kotlin/io/github/ilikeyourhat/kudoku/solving/SudokuSolver.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package io.github.ilikeyourhat.kudoku.solving | ||
|
||
import io.github.ilikeyourhat.kudoku.model.Sudoku | ||
|
||
interface SudokuSolver { | ||
fun solve(sudoku: Sudoku): Sudoku | ||
} |
Oops, something went wrong.