Normal Sudoku rules apply. The two numbers outside the grid represent the two longest runs of one parity (odd or even) in that row/column. Note that this is just the longest runs regardless of parity (that is, both the longest runs could be odd, for example). Essentially, the row/column is a string of 9 numbers, which can be split into runs of odds and evens. Considering the lengths of each of these runs, the two longest lengths are given outside the grid. For example, if the digits in the row were 145796832, this has runs of length 1,1,3,2,1,1, so the clue outside the grid would be "3 2".
Additionally, there are some Kropki clues in the grid. Two cells separated by a white dot must be consecutive, and a black dot between two cells means one cell is twice the other.
This is part of a series of puzzles I have in mind with this rule set. I was inspired by glum_hippo's Parity Party series when thinking about this rule set. I think it allows for the creation of many hybrid puzzles, so as to disambiguate the grid.
This is an introductory puzzle for this rule-set. If you want to try other hybrids of this kind, here are some links: #2 #3 #4
Update: The previous grid was the incorrect version, as it lead to multiple solutions. This is the corrected grid now. Sorry for the inconvenience.
Solution code: Row 6, followed by Column 9
on 11. August 2023, 08:54 by zrbakhtiar
SudokuPad: https://tinyurl.com/ywzzv8tt
on 7. September 2020, 21:20 by Madmahogany
Clarification of the rules
on 13. June 2020, 19:34 by Madmahogany
Changed to sudoku tag
on 12. June 2020, 23:30 by Madmahogany
Updated links
on 10. June 2020, 20:17 by Madmahogany
Updated links
on 10. June 2020, 19:38 by Madmahogany
Added Sudoku tag
on 10. June 2020, 12:26 by Rollo
Plaese add sudoku icon to your sudoku puzzles.
on 9. June 2020, 22:46 by Madmahogany
@Richard Thank you!
on 8. June 2020, 13:05 by Richard
Cleverly chosen combination of types and nicely worked out!
Thx!
on 6. June 2020, 19:44 by Madmahogany
Updated links
on 6. June 2020, 14:41 by Madmahogany
Updated links
on 5. June 2020, 10:03 by Madmahogany
Correct grid
on 5. June 2020, 07:36 by Madmahogany
Updated solution code
on 5. June 2020, 07:34 by Madmahogany
Edits to the rules