Hi,
I'm currently making a sudoku-solver in java-code.
'cause i can't work yet with graphical interfaces and applets
I have to do it the old-fashioned way.
My program asks the user if he/she wants to add another constraint on the puzzle untill answer is NO!.
To get the number on the right position the user has to give the row-number , col-number and constraint-number of a cell (456 means 4th row , 5th colom , number 6).
This is a user-unfriendly way of getting the starting-puzzle set.
Does anyone know a quiker, more friendly way of getting the input without graphical interface?