...
parent
eb98e011d2
commit
7035399f23
|
@ -70,6 +70,8 @@ public class Spiel {
|
||||||
System.out.println(":(");
|
System.out.println(":(");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public static boolean istFeldleer(char[][] feld, int position) {
|
public static boolean istFeldleer(char[][] feld, int position) {
|
||||||
switch (position) {
|
switch (position) {
|
||||||
|
|
Loading…
Reference in New Issue