Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.53 KB | None | 0 0
  1.   public Kartenspiel(){
  2.         kartendeck = new Deck[32];
  3.        
  4.   }
  5.  
  6.  
  7.   public void mischen() {
  8.      
  9.   }
  10.  
  11.   public void resetDeck() {
  12.       String c = "";
  13.       String d = "";
  14.       for(int a 0; a < 8; i++) {
  15.           if(a = 0) {
  16.               c = "A";
  17.           }
  18.           else if(a = 1) {
  19.               c = "7";
  20.           }
  21.           else if(a = 2) {
  22.               c = "8";
  23.           }
  24.           else if(a = 3) {
  25.               c = "9";
  26.           }
  27.           else if(a = 4) {
  28.               c = "10";
  29.           }
  30.           else if(a = 5)
  31.           for(int b 0; b < 4; b++) {
  32.              
  33.               Karte karte = new Karte("")
  34.           }
  35.       }
  36.   }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement