Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1. while (!ifVege) {
  2.                 palya.printPalya();
  3. if (tabla[0][0].current_status.equals(Status.PLAYER) || tabla[0][6].current_status.equals(Status.PLAYER)) {
  4.                    System.out.println("Vesztettel!");
  5.                    System.out.println("Teljesen beszorultal");
  6.                    System.exit(0);
  7.                 }
  8. palya.generate_kerdes();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement