Add way to see whose turn it is, add player chooser

update3
Julius de Jeu 2017-03-23 22:11:29 +01:00
parent 06ff4957cd
commit d2e803bf16
1 changed files with 1 additions and 5 deletions

View File

@ -51,11 +51,7 @@ public class Player {
public ImageView getImageView() {
return view;
}
public Image getImage() {
return image;
}
public int getCh() {
return ch;
}