This commit is contained in:
@@ -324,11 +324,13 @@ public class ConsoleInterface {
|
|||||||
*/
|
*/
|
||||||
private void turn(MultiDoku doku, List<String> listSymbols, int width, int height) {
|
private void turn(MultiDoku doku, List<String> listSymbols, int width, int height) {
|
||||||
System.out.println(
|
System.out.println(
|
||||||
"You can now put a number in a cell ('play', default), save the state of the doku ('save'), show a solution ('solution') or exit the program ('exit').");
|
"You can now put a number in a cell ('play', default), show a solution ('solution') or exit the program ('exit').");
|
||||||
switch (reader.next()) {
|
switch (reader.next()) {
|
||||||
|
/*
|
||||||
case "save":
|
case "save":
|
||||||
saveMultiDoku(doku);
|
saveMultiDoku(doku);
|
||||||
break;
|
break;
|
||||||
|
*/
|
||||||
case "solution":
|
case "solution":
|
||||||
solve(doku, listSymbols, width, height);
|
solve(doku, listSymbols, width, height);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user