Sudoku: Difference between revisions

m
→‎{{header|Tcl}}: correct requirement
(added Curry)
m (→‎{{header|Tcl}}: correct requirement)
Line 2,373:
Note that you can implement more rules if you want. Just make another subclass of <code>Rule</code> and the solver will pick it up and use it automatically.
 
{{works with|Tcl|8.6}} or {{libheader|TclOO}}
<lang tcl>package require Tcl 8.6
oo::class create Sudoku {
Anonymous user