Add way to see whose turn it is, add player chooser
This commit is contained in:
parent
06ff4957cd
commit
d2e803bf16
|
@ -52,10 +52,6 @@ public class Player {
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Image getImage() {
|
|
||||||
return image;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getCh() {
|
public int getCh() {
|
||||||
return ch;
|
return ch;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue