kyletolle / sudocore

Sudoku solver written in Ruby.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Decimal/Hex Flag #2

Open kyletolle opened 12 years ago

kyletolle commented 12 years ago

Need a flag to specify whether the sudoku puzzke will be 1..9 or 1..F

kyletolle commented 12 years ago

http://www.ruby-doc.org/stdlib-1.9.2/libdoc/optparse/rdoc/OptionParser.html Use the idea for allowing either "hex"/"dec" or "hexadecimal"/"decimal". Will autocomplete work in Linux? Will it work in Windows?