clear console comment
This commit is contained in:
parent
c0cc47cf56
commit
b18bd1c46b
|
|
@ -91,7 +91,7 @@ public class Board {
|
|||
}
|
||||
}
|
||||
|
||||
private void clearConsole() {
|
||||
private void clearConsole() { // ***************CONSOLE
|
||||
for (int i = 0; i < 50; i++) {
|
||||
System.out.println(); // Print 50 empty lines to "clear" the console
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue